aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2012-01-15 11:23:43 +0800
committerChong Yidong2012-01-15 11:23:43 +0800
commit6159158006d25795b7b4f1d9f416d5f197fc701a (patch)
tree5904e302f7cdf71127b9adbaccfa6ed451f8e565
parent309f169fc37642eb00c41ecb9331637c3b40b1bd (diff)
downloademacs-pretest-23.3.90.tar.gz
emacs-pretest-23.3.90.zip
* make-dist: Distribute the etc/grammars subdirectory.emacs-pretest-23.3.90
-rw-r--r--ChangeLog4
-rwxr-xr-xmake-dist4
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index eecf59ebd4d..29788ed8802 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12012-01-15 Chong Yidong <cyd@gnu.org>
2
3 * make-dist: Distribute the etc/grammars subdirectory.
4
12012-01-12 Glenn Morris <rgm@gnu.org> 52012-01-12 Glenn Morris <rgm@gnu.org>
2 6
3 * configure.in: Add i386 to cpp_undefs (Bug#8497). 7 * 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 \
344 etc/images/smilies etc/images/smilies/grayscale \ 344 etc/images/smilies etc/images/smilies/grayscale \
345 etc/images/smilies/medium etc/images/tree-widget \ 345 etc/images/smilies/medium etc/images/tree-widget \
346 etc/images/tree-widget/default etc/images/tree-widget/folder \ 346 etc/images/tree-widget/default etc/images/tree-widget/folder \
347 etc/grammars \
347 etc/refcards etc/schema etc/tutorials info doc doc/emacs \ 348 etc/refcards etc/schema etc/tutorials info doc doc/emacs \
348 doc/misc doc/man doc/lispref doc/lispintro m4 msdos \ 349 doc/misc doc/man doc/lispref doc/lispintro m4 msdos \
349 nextstep nextstep/Cocoa nextstep/Cocoa/Emacs.base \ 350 nextstep nextstep/Cocoa nextstep/Cocoa/Emacs.base \
@@ -583,6 +584,7 @@ echo "Making links to \`etc'"
583(cd etc 584(cd etc
584 files=`ls -d * | grep -v CVS | grep -v RCS | grep -v 'Old' | grep -v '^e$' \ 585 files=`ls -d * | grep -v CVS | grep -v RCS | grep -v 'Old' | grep -v '^e$' \
585 | grep -v '^charsets$' | grep -v '^gnus$' | grep -v '^images$' | grep -v '^nxml$' \ 586 | grep -v '^charsets$' | grep -v '^gnus$' | grep -v '^images$' | grep -v '^nxml$' \
587 | grep -v '^grammars$' \
586 | grep -v '^refcards$' | grep -v '^tutorials$'| grep -v '^schema$'` 588 | grep -v '^refcards$' | grep -v '^tutorials$'| grep -v '^schema$'`
587 ln $files ../${tempdir}/etc 589 ln $files ../${tempdir}/etc
588 ## If we ended up with a symlink, or if we did not get anything 590 ## If we ended up with a symlink, or if we did not get anything
@@ -606,7 +608,7 @@ echo "Making links to \`etc'"
606 rm -f DOC* *~ \#*\# *.dvi *.log *.orig *.rej *,v =* core 608 rm -f DOC* *~ \#*\# *.dvi *.log *.orig *.rej *,v =* core
607 rm -f TAGS) 609 rm -f TAGS)
608 610
609for dir in etc/charsets etc/e etc/gnus etc/nxml etc/tutorials etc/refcards etc/schema ; do 611for dir in etc/charsets etc/e etc/grammars etc/gnus etc/nxml etc/tutorials etc/refcards etc/schema ; do
610 echo "Making links to \`${dir}'" 612 echo "Making links to \`${dir}'"
611 (cd ${dir} 613 (cd ${dir}
612 ln `ls -d * | grep -v CVS | grep -v RCS` ../../${tempdir}/${dir} 614 ln `ls -d * | grep -v CVS | grep -v RCS` ../../${tempdir}/${dir}