]> code.delx.au - gnu-emacs/commitdiff
* make-dist: Distribute the etc/grammars subdirectory. emacs-pretest-23.3.90
authorChong Yidong <cyd@gnu.org>
Sun, 15 Jan 2012 03:23:43 +0000 (11:23 +0800)
committerChong Yidong <cyd@gnu.org>
Sun, 15 Jan 2012 03:23:43 +0000 (11:23 +0800)
ChangeLog
make-dist

index eecf59ebd4d68f797784b3ada6f9f881f701f181..29788ed880233cf6893915bf44d10564589ed63e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-15  Chong Yidong  <cyd@gnu.org>
+
+       * make-dist: Distribute the etc/grammars subdirectory.
+
 2012-01-12  Glenn Morris  <rgm@gnu.org>
 
        * configure.in: Add i386 to cpp_undefs (Bug#8497).
index 3770fa1d4717f81ff0bbf9684a7befb7b7d8c5f7..dd41c09436770ccb532f0f153016fcbdff13ae4b 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -344,6 +344,7 @@ for subdir in lisp site-lisp \
              etc/images/smilies etc/images/smilies/grayscale \
              etc/images/smilies/medium etc/images/tree-widget \
              etc/images/tree-widget/default etc/images/tree-widget/folder \
+             etc/grammars \
              etc/refcards etc/schema etc/tutorials info doc doc/emacs \
              doc/misc doc/man doc/lispref doc/lispintro m4 msdos \
              nextstep nextstep/Cocoa nextstep/Cocoa/Emacs.base \
@@ -583,6 +584,7 @@ echo "Making links to \`etc'"
 (cd etc
  files=`ls -d * | grep -v CVS | grep -v RCS | grep -v 'Old' | grep -v '^e$' \
         | grep -v '^charsets$' | grep -v '^gnus$' | grep -v '^images$' | grep -v '^nxml$' \
+        | grep -v '^grammars$' \
         | grep -v '^refcards$' | grep -v '^tutorials$'| grep -v '^schema$'`
  ln $files ../${tempdir}/etc
  ## If we ended up with a symlink, or if we did not get anything
@@ -606,7 +608,7 @@ echo "Making links to \`etc'"
  rm -f DOC* *~ \#*\# *.dvi *.log *.orig *.rej *,v =* core
  rm -f TAGS)
 
-for dir in etc/charsets etc/e etc/gnus etc/nxml etc/tutorials etc/refcards etc/schema ; do
+for dir in etc/charsets etc/e etc/grammars etc/gnus etc/nxml etc/tutorials etc/refcards etc/schema ; do
     echo "Making links to \`${dir}'"
     (cd ${dir}
        ln `ls -d * | grep -v CVS | grep -v RCS` ../../${tempdir}/${dir}