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:
parent
ea9d637111
commit
dcf3ff7f91
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user