Commit 445cfd33 authored by Fred Drake's avatar Fred Drake

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.
parent f4166a47
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment