diff options
author | Glenn Morris <rgm@gnu.org> | 2013-01-31 19:58:50 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-01-31 19:58:50 -0800 |
commit | 0eb61895e5c1496551c9aa5d1d97ddc24835f932 (patch) | |
tree | 2bcbbb39286f725cafd49bb97305306159d7c861 /make-dist | |
parent | 86e100a6936882a982648c3fe2e09d82f5a94e55 (diff) |
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 echo "Making links to \`lisp' and its subdirectories" files=`find lisp \( -name '*.el' -o -name '*.elc' -o -name 'ChangeLog*' \ - -o -name 'README*' \)` + -o -name 'README' \)` ### Don't distribute site-init.el, site-load.el, or default.el. for file in lisp/Makefile.in lisp/makefile.w32-in $files; do |