X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=man%2FMakefile;h=5ce78d273584c1445dec990dcae62d36a93ecb6d;hb=921dee0297b2bb297c47f02be4e00c4478947e13;hp=6f7520f1e70f83d5b0acb997ace1d0149138dafc;hpb=426fe636212336bb32a5e6f187c4d623709fa57d;p=chise%2Fxemacs-chise.git.1 diff --git a/man/Makefile b/man/Makefile index 6f7520f..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 @@ -266,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