]> code.delx.au - gnu-emacs/blobdiff - make-dist
Further reduce the number of versioned files storing the version number
[gnu-emacs] / make-dist
index bbb0f95bb4cd3c39d716e1b8ef7606e76887c722..45df561ce13be0fff724ab1094fd6adc7226bbde 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -503,8 +503,9 @@ echo "Making links to \`doc/lispintro'"
 
 echo "Making links to \`doc/man'"
 (cd doc/man
- ln ChangeLog* *.1 ../../${tempdir}/doc/man
- cd ../../${tempdir}/doc/man)
+ ln ChangeLog* *.1 *.in ../../${tempdir}/doc/man
+ cd ../../${tempdir}/doc/man
+ rm -f emacs.1)
 
 ### 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.