+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.
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.