]> git.eshelyaron.com Git - emacs.git/commitdiff
Distribute doc/man/ChangeLog.
authorRomain Francoise <romain@orebokech.com>
Sun, 7 Sep 2008 11:45:46 +0000 (11:45 +0000)
committerRomain Francoise <romain@orebokech.com>
Sun, 7 Sep 2008 11:45:46 +0000 (11:45 +0000)
ChangeLog
make-dist

index d62f956b062fdc73386770b23bee79616a4b1d8f..3ed8bca9b62f187e148556485f561e4a40663567 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 817daa8ac9a6f446dc19a992c8b0c9092531e081..eac1556bea0e67a66dfac7c8bde2989fabd42efa 100755 (executable)
--- 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.