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.
This commit is contained in:
Fred Drake 1998-05-08 04:02:42 +00:00
parent f4166a478a
commit 445cfd339c
1 changed files with 1 additions and 1 deletions

View 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)