aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-05-14 16:57:37 +0000
committerGerd Moellmann2001-05-14 16:57:37 +0000
commitf4500bec23692b8674a45dff751dff3c3d20dfeb (patch)
tree79a3e1439d3caacf71b1f11caff4de925ff99428
parent58e5af83c94b24a9c5cc37bcc1338300d25869fc (diff)
downloademacs-f4500bec23692b8674a45dff751dff3c3d20dfeb.tar.gz
emacs-f4500bec23692b8674a45dff751dff3c3d20dfeb.zip
Copy texinfo.tex unconditionally.
-rw-r--r--ChangeLog4
-rwxr-xr-xmake-dist2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 75768f8291c..0dd1d146cd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12001-05-14 Gerd Moellmann <gerd@gnu.org>
2
3 * make-dist: Copy texinfo.tex unconditionally.
4
12001-04-25 Eli Zaretskii <eliz@is.elta.co.il> 52001-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
diff --git a/make-dist b/make-dist
index a8247415ab7..f374dc3c5f5 100755
--- a/make-dist
+++ b/make-dist
@@ -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)