]> code.delx.au - gnu-emacs/blobdiff - make-dist
* ido.el (ido-read-internal): Handle `confirm' and
[gnu-emacs] / make-dist
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.