diff options
| author | Glenn Morris | 2013-01-31 19:58:50 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-01-31 19:58:50 -0800 |
| commit | 0eb61895e5c1496551c9aa5d1d97ddc24835f932 (patch) | |
| tree | 2bcbbb39286f725cafd49bb97305306159d7c861 /make-dist | |
| parent | 86e100a6936882a982648c3fe2e09d82f5a94e55 (diff) | |
| download | emacs-0eb61895e5c1496551c9aa5d1d97ddc24835f932.tar.gz emacs-0eb61895e5c1496551c9aa5d1d97ddc24835f932.zip | |
Move lisp/calc/README* to etc/CALC-NEWS
* make-dist: Only README files exist in lisp/ now, not README*.
* doc/misc/calc.texi (Help Commands): Mention etc/CALC-NEWS.
* etc/CALC-NEWS: Move here from lisp/calc/README, README.prev.
* lisp/calc/README, lisp/calc/README.prev: Rename/merge to etc/CALC-NEWS.
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -314,7 +314,7 @@ done | |||
| 314 | 314 | ||
| 315 | echo "Making links to \`lisp' and its subdirectories" | 315 | echo "Making links to \`lisp' and its subdirectories" |
| 316 | files=`find lisp \( -name '*.el' -o -name '*.elc' -o -name 'ChangeLog*' \ | 316 | files=`find lisp \( -name '*.el' -o -name '*.elc' -o -name 'ChangeLog*' \ |
| 317 | -o -name 'README*' \)` | 317 | -o -name 'README' \)` |
| 318 | 318 | ||
| 319 | ### Don't distribute site-init.el, site-load.el, or default.el. | 319 | ### Don't distribute site-init.el, site-load.el, or default.el. |
| 320 | for file in lisp/Makefile.in lisp/makefile.w32-in $files; do | 320 | for file in lisp/Makefile.in lisp/makefile.w32-in $files; do |