Distribute doc/man/ChangeLog.

This commit is contained in:
Romain Francoise 2008-09-07 11:45:46 +00:00
parent 93c7fcf88a
commit 265f3a4da7
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-09-07 Romain Francoise <romain@orebokech.com>
* make-dist: Distribute doc/man/ChangeLog.
2008-08-28 Chong Yidong <cyd@stupidchicken.com>
* configure.in: Disable XFT and Freetype when without X.

View file

@ -725,7 +725,8 @@ echo "Making links to \`doc/lispintro'"
echo "Making links to \`doc/man'"
(cd doc/man
ln *.1 ../../${tempdir}/doc/man)
ln *.1 ../../${tempdir}/doc/man
ln ChangeLog ../../${tempdir}/doc/man)
### It would be nice if they could all be symlinks to top-level copy, but
### you're not supposed to have any symlinks in distribution tar files.