X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=man%2FMakefile;h=5ce78d273584c1445dec990dcae62d36a93ecb6d;hb=2981e26a0c5e04b5f4eb416315926caa6e3a8dfa;hp=a6af70565f8ce07a70667e6854c2144e80544b0e;hpb=762383636a99307282c2d93d26c35c046ec24da1;p=chise%2Fxemacs-chise.git.1 diff --git a/man/Makefile b/man/Makefile index a6af705..5ce78d2 100644 --- a/man/Makefile +++ b/man/Makefile @@ -27,7 +27,7 @@ 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 @@ -161,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 \ @@ -265,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