From: Fred Drake Date: Fri, 8 May 1998 04:02:42 +0000 (+0000) Subject: l2h target: Do the "right thing" regarding the paper-*/ subdirs as the other X-Git-Tag: v1.5.2a1~699 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=445cfd339cbe046c08b8263b9edbf15fccce24a6;p=python l2h target: Do the "right thing" regarding the paper-*/ subdirs as the other "big" targets. Fix is to set the TEXINPUTS on the command line of the sub-make. --- diff --git a/Doc/Makefile b/Doc/Makefile index 1b8b6b70f9..ac1e6bc0b5 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -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)