]> granicus.if.org Git - python/commitdiff
l2h target: Do the "right thing" regarding the paper-*/ subdirs as the other
authorFred Drake <fdrake@acm.org>
Fri, 8 May 1998 04:02:42 +0000 (04:02 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 8 May 1998 04:02:42 +0000 (04:02 +0000)
"big" targets.  Fix is to set the TEXINPUTS on the command line of the
sub-make.

Doc/Makefile

index 1b8b6b70f9a235e779378d864caaab255d8a7f9e..ac1e6bc0b599017e51d3116adb7167d606c12694 100644 (file)
@@ -276,7 +276,7 @@ lib.texi: python-lib.texi
 COMMONPERL=perl/manual.perl perl/python.perl
 
 l2h:
-       (cd html; $(MAKE))
+       (cd html; $(MAKE) TEXINPUTS=../paper-$(PAPER):../texinputs)
 
 l2hapi: $(COMMONPERL)
        $(MKHTML) api $(L2HARGS)