From 6159158006d25795b7b4f1d9f416d5f197fc701a Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 15 Jan 2012 11:23:43 +0800 Subject: * make-dist: Distribute the etc/grammars subdirectory. --- ChangeLog | 4 ++++ make-dist | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) 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} -- cgit v1.2.3