From dcf3ff7f919ac71eb2b7d4786e264b8af4d98c92 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 17 May 1999 01:38:15 +0000 Subject: [PATCH] Include change logs in subdirs of `lisp'. --- make-dist | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.39.5