comparison man/Makefile @ 2427:97dd9f867cef

[xemacs-hg @ 2004-12-07 12:52:30 by malcolmp] Parallel build support without the need for a POSIX-compatible make.
author malcolmp
date Tue, 07 Dec 2004 12:52:51 +0000
parents e19aeba465d6
children b7b90f750a78
comparison
equal deleted inserted replaced
2426:bb3f73fbbda8 2427:97dd9f867cef
29 CP = cp 29 CP = cp
30 30
31 .SUFFIXES: 31 .SUFFIXES:
32 .SUFFIXES: .html .info .texi .dvi .pdf 32 .SUFFIXES: .html .info .texi .dvi .pdf
33 33
34 RECURSIVE_MAKE = $(MAKE) $(MFLAGS) MAKEINFO='$(MAKEINFO)' TEXI2DVI='$(TEXI2DVI)' 34 RECURSIVE_MAKE_ARGS = $(MFLAGS) MAKEINFO='$(MAKEINFO)' TEXI2DVI='$(TEXI2DVI)'
35 35
36 all : info 36 all : info
37 37
38 # Ughhh! The things we do to have portable makefiles... 38 # Ughhh! The things we do to have portable makefiles...
39 39