From: Gerd Moellmann Date: Mon, 14 May 2001 16:57:37 +0000 (+0000) Subject: Copy texinfo.tex unconditionally. X-Git-Tag: emacs-pretest-21.0.104~505 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/f4500bec23692b8674a45dff751dff3c3d20dfeb Copy texinfo.tex unconditionally. --- diff --git a/ChangeLog b/ChangeLog index 75768f8291..0dd1d146cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-05-14 Gerd Moellmann + + * make-dist: Copy texinfo.tex unconditionally. + 2001-04-25 Eli Zaretskii * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages diff --git a/make-dist b/make-dist index a8247415ab..f374dc3c5f 100755 --- a/make-dist +++ b/make-dist @@ -588,7 +588,7 @@ echo "Making links to \`man'" test -f Makefile.in && ln Makefile.in ../${tempdir}/man ln ChangeLog ../${tempdir}/man test -f split-man && ln split-man ../${tempdir}/man - test -f texinfo.tex && cp texinfo.tex ../${tempdir}/man + cp texinfo.tex ../${tempdir}/man cd ../${tempdir}/man rm -f \#*\# =* *~ core emacs-index* *.Z *.z xmail rm -f emacs.?? termcap.?? gdb.?? *.log *.toc *.dvi *.oaux)