aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
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
331echo "Making links to \`leim' and its subdirectories for the LEIM distribution" 334echo "Making links to \`leim' and its subdirectories for the LEIM distribution"