mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +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
|
COMMONPERL=perl/manual.perl perl/python.perl
|
||||||
|
|
||||||
l2h:
|
l2h:
|
||||||
(cd html; $(MAKE))
|
(cd html; $(MAKE) TEXINPUTS=../paper-$(PAPER):../texinputs)
|
||||||
|
|
||||||
l2hapi: $(COMMONPERL)
|
l2hapi: $(COMMONPERL)
|
||||||
$(MKHTML) api $(L2HARGS)
|
$(MKHTML) api $(L2HARGS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue