summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1999-05-17 01:38:15 +0000
committerRichard M. Stallman <rms@gnu.org>1999-05-17 01:38:15 +0000
commitdcf3ff7f919ac71eb2b7d4786e264b8af4d98c92 (patch)
tree0344d19f4951ff6fc1fd972032bea37d440fa736 /make-dist
parentea9d637111b8ee28406b766397e2d623a54fb2bd (diff)
downloademacs-dcf3ff7f919ac71eb2b7d4786e264b8af4d98c92.tar.gz
Include change logs in subdirs of `lisp'.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist3
1 files changed, 3 insertions, 0 deletions
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"