diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rwxr-xr-x | make-dist | 2 |
2 files changed, 5 insertions, 1 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-05-14 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * make-dist: Copy texinfo.tex unconditionally. | ||
| 4 | |||
| 1 | 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il> | 5 | 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 6 | ||
| 3 | * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages | 7 | * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages |
| @@ -588,7 +588,7 @@ echo "Making links to \`man'" | |||
| 588 | test -f Makefile.in && ln Makefile.in ../${tempdir}/man | 588 | test -f Makefile.in && ln Makefile.in ../${tempdir}/man |
| 589 | ln ChangeLog ../${tempdir}/man | 589 | ln ChangeLog ../${tempdir}/man |
| 590 | test -f split-man && ln split-man ../${tempdir}/man | 590 | test -f split-man && ln split-man ../${tempdir}/man |
| 591 | test -f texinfo.tex && cp texinfo.tex ../${tempdir}/man | 591 | cp texinfo.tex ../${tempdir}/man |
| 592 | cd ../${tempdir}/man | 592 | cd ../${tempdir}/man |
| 593 | rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail | 593 | rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail |
| 594 | rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux) | 594 | rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux) |