changeset 36548:ae6f44419d28

(mostlyclean, maintainer-clean): Delete more files.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 05 Mar 2001 17:00:25 +0000
parents 4dff107cf2a1
children dc6ef0384989
files man/Makefile.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/man/Makefile.in	Mon Mar 05 15:32:20 2001 +0000
+++ b/man/Makefile.in	Mon Mar 05 17:00:25 2001 +0000
@@ -247,7 +247,7 @@
 	$(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 @@
 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