Mercurial > emacs
comparison make-dist @ 24735:58e77af0527b
Include change logs in subdirs of `lisp'.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 17 May 1999 01:38:15 +0000 |
parents | 93502884159a |
children | 3171bf7ae0ff |
comparison
equal
deleted
inserted
replaced
24734:1a05fdaa603b | 24735:58e77af0527b |
---|---|
324 ln $file/[a-zA-Z]*.el ../${tempdir}/lisp/$file | 324 ln $file/[a-zA-Z]*.el ../${tempdir}/lisp/$file |
325 ln $file/[a-zA-Z]*.elc ../${tempdir}/lisp/$file | 325 ln $file/[a-zA-Z]*.elc ../${tempdir}/lisp/$file |
326 if [ -f $file/README ]; then | 326 if [ -f $file/README ]; then |
327 ln $file/README ../${tempdir}/lisp/$file | 327 ln $file/README ../${tempdir}/lisp/$file |
328 fi | 328 fi |
329 if [ -f $file/ChangeLog ]; then | |
330 ln $file/ChangeLog ../${tempdir}/lisp/$file | |
331 fi | |
329 done ) | 332 done ) |
330 | 333 |
331 echo "Making links to \`leim' and its subdirectories for the LEIM distribution" | 334 echo "Making links to \`leim' and its subdirectories for the LEIM distribution" |
332 ### Don't distribute TAGS, or =*.el files. | 335 ### Don't distribute TAGS, or =*.el files. |
333 (cd leim | 336 (cd leim |