summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorRomain Francoise <romain@orebokech.com>2008-09-07 11:45:46 +0000
committerRomain Francoise <romain@orebokech.com>2008-09-07 11:45:46 +0000
commit16bf4057388518afd84439c8787eedce562bf9b5 (patch)
treeaedb4eeb299eb0ef245419ecccff22c54bca1623 /make-dist
parent1dc3ccfa40ae31bcf2807fc8b59de51d86b2818a (diff)
downloademacs-16bf4057388518afd84439c8787eedce562bf9b5.tar.gz
Distribute doc/man/ChangeLog.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist3
1 files changed, 2 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index 817daa8ac9a..eac1556bea0 100755
--- a/make-dist
+++ b/make-dist
@@ -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.