From: Romain Francoise Date: Sun, 7 Sep 2008 11:45:46 +0000 (+0000) Subject: Distribute doc/man/ChangeLog. X-Git-Tag: emacs-pretest-23.0.90~2973 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=265f3a4da7d301b1f27b3f49363d014ffc312d8a;p=emacs.git Distribute doc/man/ChangeLog. --- diff --git a/ChangeLog b/ChangeLog index d62f956b062..3ed8bca9b62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-09-07 Romain Francoise + + * make-dist: Distribute doc/man/ChangeLog. + 2008-08-28 Chong Yidong * configure.in: Disable XFT and Freetype when without X. 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.