diff 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
line wrap: on
line diff
--- a/make-dist	Mon May 17 01:37:04 1999 +0000
+++ b/make-dist	Mon May 17 01:38:15 1999 +0000
@@ -326,6 +326,9 @@
    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"