From: Gerd Moellmann Date: Mon, 5 Mar 2001 17:01:13 +0000 (+0000) Subject: (mostlyclean, maintainer-clean): Delete more files. X-Git-Tag: emacs-pretest-21.0.100~210 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8da1a0518f4372d00a82f6d4e4d63716e3a42793;p=emacs.git (mostlyclean, maintainer-clean): Delete more files. --- diff --git a/man/ChangeLog b/man/ChangeLog index d0dbae41b4f..8401f1def47 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2001-03-05 Gerd Moellmann + + * Makefile.in (mostlyclean, maintainer-clean): Delete more files. + 2001-02-24 Michael Kifer * ediff.texi: Fixed some typos. diff --git a/man/Makefile.in b/man/Makefile.in index 713e72ef057..f9feab6a0b9 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -247,7 +247,7 @@ emacs-mime.dvi: emacs-mime.texi $(ENVADD) $(TEXI2DVI) ${srcdir}/emacs-mime.texi mostlyclean: - rm -f *.log *.cp *.fn *.ky *.pg *.vr core gnustmp.* + rm -f *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.* clean: mostlyclean rm -f *.dvi @@ -255,7 +255,7 @@ clean: mostlyclean distclean: clean maintainer-clean: distclean - rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs + rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc # Don't delete these, because they are outside the current directory. # for file in $(INFO_TARGETS); do rm -f $${file}*; done