Mercurial > emacs
comparison make-dist @ 98074:9419b837e9c6
Distribute doc/man/ChangeLog.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Sun, 07 Sep 2008 11:45:46 +0000 |
parents | f13d2ef47961 |
children | 38e7317321ea |
comparison
equal
deleted
inserted
replaced
98073:e77a63e6f983 | 98074:9419b837e9c6 |
---|---|
723 rm -f \#*\# =* *~ core *.Z *.z xmail | 723 rm -f \#*\# =* *~ core *.Z *.z xmail |
724 rm -f emacs-lisp-intro.?? *.log *.toc *.dvi *.oaux) | 724 rm -f emacs-lisp-intro.?? *.log *.toc *.dvi *.oaux) |
725 | 725 |
726 echo "Making links to \`doc/man'" | 726 echo "Making links to \`doc/man'" |
727 (cd doc/man | 727 (cd doc/man |
728 ln *.1 ../../${tempdir}/doc/man) | 728 ln *.1 ../../${tempdir}/doc/man |
729 ln ChangeLog ../../${tempdir}/doc/man) | |
729 | 730 |
730 ### It would be nice if they could all be symlinks to top-level copy, but | 731 ### It would be nice if they could all be symlinks to top-level copy, but |
731 ### you're not supposed to have any symlinks in distribution tar files. | 732 ### you're not supposed to have any symlinks in distribution tar files. |
732 echo "Making sure copying notices are all copies of \`COPYING'" | 733 echo "Making sure copying notices are all copies of \`COPYING'" |
733 for subdir in . etc info leim lib-src lisp lwlib msdos nt src; do | 734 for subdir in . etc info leim lib-src lisp lwlib msdos nt src; do |