1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00

Include change logs in subdirs of `lisp'.

This commit is contained in:
Richard M. Stallman 1999-05-17 01:38:15 +00:00
parent ea9d637111
commit dcf3ff7f91

View File

@ -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"