mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
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:
parent
f4166a478a
commit
445cfd339c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue