Mercurial > emacs
diff make-dist @ 98074:9419b837e9c6
Distribute doc/man/ChangeLog.
| author | Romain Francoise <romain@orebokech.com> |
|---|---|
| date | Sun, 07 Sep 2008 11:45:46 +0000 |
| parents | f13d2ef47961 |
| children | 38e7317321ea |
line wrap: on
line diff
--- a/make-dist Sun Sep 07 11:16:20 2008 +0000 +++ b/make-dist Sun Sep 07 11:45:46 2008 +0000 @@ -725,7 +725,8 @@ 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.
