diff options
| author | Chong Yidong | 2012-01-15 11:23:43 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-01-15 11:23:43 +0800 |
| commit | 6159158006d25795b7b4f1d9f416d5f197fc701a (patch) | |
| tree | 5904e302f7cdf71127b9adbaccfa6ed451f8e565 | |
| parent | 309f169fc37642eb00c41ecb9331637c3b40b1bd (diff) | |
| download | emacs-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-- | ChangeLog | 4 | ||||
| -rwxr-xr-x | make-dist | 4 |
2 files changed, 7 insertions, 1 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-01-15 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * make-dist: Distribute the etc/grammars subdirectory. | ||
| 4 | |||
| 1 | 2012-01-12 Glenn Morris <rgm@gnu.org> | 5 | 2012-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). |
| @@ -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 | ||
| 609 | for dir in etc/charsets etc/e etc/gnus etc/nxml etc/tutorials etc/refcards etc/schema ; do | 611 | for 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} |