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
commit265f3a4da7d301b1f27b3f49363d014ffc312d8a (patch)
tree730462eb8e8fa63bdc345502ec0b4730375c259d /make-dist
parent93c7fcf88a9c3a61380fc9a7aee67b3f627212d1 (diff)
downloademacs-265f3a4da7d301b1f27b3f49363d014ffc312d8a.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.