Mercurial > hg > xemacs-beta
diff man/Makefile @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 74fd4e045ea6 |
children | 697ef44129c6 |
line wrap: on
line diff
--- a/man/Makefile Mon Aug 13 11:18:12 2007 +0200 +++ b/man/Makefile Mon Aug 13 11:19:21 2007 +0200 @@ -22,6 +22,7 @@ SHELL = /bin/sh MAKEINFO = makeinfo TEXI2DVI = texi2dvi +RM = rm -f .SUFFIXES: .SUFFIXES: .info .texi .dvi @@ -290,11 +291,11 @@ .PHONY: mostlyclean clean distclean realclean extraclean mostlyclean: - rm -f *.toc *.aux *.log *.op *.cp *.cps *.fn *.fns - rm -f *.ky *.kys *.pg *.pgs *.tp *.tps *.vr *.vrs + $(RM) *.toc *.aux *.log *.op *.cp *.cps *.fn *.fns + $(RM) *.ky *.kys *.pg *.pgs *.tp *.tps *.vr *.vrs clean: mostlyclean - rm -f core *.dvi + $(RM) core *.dvi distclean: clean realclean: distclean extraclean: distclean - rm -f *~ \#* */*~ */\#* + $(RM) *~ \#* */*~ */\#*