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
commit0da6c733dc8b9855811dd03ca0590a17d67aaf6d (patch)
tree8c691bf7c21d6a4ed78b0040d14d39759fd8cb69 /make-dist
parent284eda4a180eb2d6afde734028e7f15ccdcf7968 (diff)
downloademacs-0da6c733dc8b9855811dd03ca0590a17d67aaf6d.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"