1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-11 10:20:33 -08:00

(mostlyclean, maintainer-clean): Delete more files.

This commit is contained in:
Gerd Moellmann 2001-03-05 17:01:13 +00:00
parent 41d3995812
commit 8da1a0518f
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2001-03-05 Gerd Moellmann <gerd@gnu.org>
* Makefile.in (mostlyclean, maintainer-clean): Delete more files.
2001-02-24 Michael Kifer <kifer@cs.sunysb.edu>
* ediff.texi: Fixed some typos.

View file

@ -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