Mercurial > emacs
changeset 98074:9419b837e9c6
Distribute doc/man/ChangeLog.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Sun, 07 Sep 2008 11:45:46 +0000 |
parents | e77a63e6f983 |
children | 8d0e9f83831b |
files | ChangeLog make-dist |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sun Sep 07 11:16:20 2008 +0000 +++ b/ChangeLog Sun Sep 07 11:45:46 2008 +0000 @@ -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.
--- 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.