]> code.delx.au - gnu-emacs/commitdiff
Include change logs in subdirs of `lisp'.
authorRichard M. Stallman <rms@gnu.org>
Mon, 17 May 1999 01:38:15 +0000 (01:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 17 May 1999 01:38:15 +0000 (01:38 +0000)
make-dist

index a09d988a85f5defd0fea95e2a39b9e2b18c3708b..645046d3c33ebc5494e13e3d4b754856d46b84ba 100755 (executable)
--- 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"