From: Chong Yidong Date: Sun, 15 Jan 2012 03:23:43 +0000 (+0800) Subject: * make-dist: Distribute the etc/grammars subdirectory. X-Git-Tag: emacs-pretest-23.3.90 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6159158006d25795b7b4f1d9f416d5f197fc701a;p=emacs.git * make-dist: Distribute the etc/grammars subdirectory. --- diff --git a/ChangeLog b/ChangeLog index eecf59ebd4d..29788ed8802 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-01-15 Chong Yidong + + * make-dist: Distribute the etc/grammars subdirectory. + 2012-01-12 Glenn Morris * configure.in: Add i386 to cpp_undefs (Bug#8497). diff --git a/make-dist b/make-dist index 3770fa1d471..dd41c094367 100755 --- 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}