(A-IWDSU+271C4): New abstract node.
[chise/xemacs-chise.git.1] / man / Makefile
index a270d5a..5ce78d2 100644 (file)
 SHELL    = /bin/sh
 MAKEINFO = makeinfo
 TEXI2DVI = texi2dvi
+RM = rm -f
 
 .SUFFIXES:
 .SUFFIXES: .info .texi .dvi
 
-RECURSIVE_MAKE = $(MAKE) $(MFLAGS) MAKEINFO='$(MAKEINFO)' TEXI2DVI='$(TEXI2DVI)'
+RECURSIVE_MAKE_ARGS = $(MAKE) $(MFLAGS) MAKEINFO='$(MAKEINFO)' TEXI2DVI='$(TEXI2DVI)'
 
 all : info
 
@@ -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 \
@@ -264,9 +266,9 @@ new-users-guide.info : $(INFODIR)/new-users-guide.info
 info : $(info_files)
 
 # tm: FRC.tm
-#      cd ./tm && $(RECURSIVE_MAKE)
+#      cd ./tm && $(MAKE) $(RECURSIVE_MAKE_ARGS)
 # gnats: FRC.gnats
-#      cd ./gnats && $(RECURSIVE_MAKE)
+#      cd ./gnats && $(MAKE) $(RECURSIVE_MAKE_ARGS)
 # FRC.xemacs FRC.lispref FRC.new-users-guide FRC.internals FRC.tm FRC.gnats:
 
 .PHONY: info dvi
@@ -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) *~ \#* */*~ */\#*