From: Richard M. Stallman Date: Mon, 17 May 1999 01:38:15 +0000 (+0000) Subject: Include change logs in subdirs of `lisp'. X-Git-Tag: emacs-20.4~214 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dcf3ff7f919ac71eb2b7d4786e264b8af4d98c92;p=emacs.git Include change logs in subdirs of `lisp'. --- diff --git a/make-dist b/make-dist index a09d988a85f..645046d3c33 100755 --- a/make-dist +++ b/make-dist @@ -326,6 +326,9 @@ echo "Making links to \`lisp' and its subdirectories" if [ -f $file/README ]; then ln $file/README ../${tempdir}/lisp/$file fi + if [ -f $file/ChangeLog ]; then + ln $file/ChangeLog ../${tempdir}/lisp/$file + fi done ) echo "Making links to \`leim' and its subdirectories for the LEIM distribution"