changeset 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 1a05fdaa603b
children 2abcb92cf0ae
files make-dist
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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"