X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=man%2FMakefile;h=6f7520f1e70f83d5b0acb997ace1d0149138dafc;hb=186545c41f323aa87f68bc5e08920188970c1aa4;hp=a270d5a46d5ba285fdff9d26072021586a1b9008;hpb=afa9772e3fcbb4e80e3e4cfd1a40b4fccc6d08b8;p=chise%2Fxemacs-chise.git.1 diff --git a/man/Makefile b/man/Makefile index a270d5a..6f7520f 100644 --- a/man/Makefile +++ b/man/Makefile @@ -22,6 +22,7 @@ SHELL = /bin/sh MAKEINFO = makeinfo TEXI2DVI = texi2dvi +RM = rm -f .SUFFIXES: .SUFFIXES: .info .texi .dvi @@ -160,6 +161,7 @@ lispref-srcs = \ lispref/numbers.texi \ lispref/objects.texi \ lispref/os.texi \ + lispref/packaging.texi \ lispref/positions.texi \ lispref/processes.texi \ lispref/range-tables.texi \ @@ -290,11 +292,11 @@ dvi : $(dvi_files) .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) *~ \#* */*~ */\#*