Distribute doc/man/ChangeLog.
This commit is contained in:
parent
93c7fcf88a
commit
265f3a4da7
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue