mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Small change to the l2h target allowing the output dir, $(HTMLDIR), to be
a sibling of the html/ directory in the distribution.
This commit is contained in:
parent
a4565b0796
commit
e593b6213a
1 changed files with 3 additions and 1 deletions
|
@ -298,7 +298,8 @@ COMMONPERL=perl/manual.perl perl/python.perl
|
|||
html: l2h
|
||||
|
||||
l2h:
|
||||
(cd $(HTMLDIR); $(MAKE) TEXINPUTS=../paper-$(PAPER):../texinputs:)
|
||||
(cd $(HTMLDIR); $(MAKE) TEXINPUTS=../paper-$(PAPER):../texinputs: \
|
||||
-f ../html/Makefile)
|
||||
|
||||
l2hapi: $(COMMONPERL)
|
||||
$(MKHTML) api $(L2HARGS)
|
||||
|
@ -325,6 +326,7 @@ webcheck:
|
|||
$(WEBCHECKER) file:`pwd`/api/
|
||||
$(WEBCHECKER) file:`pwd`/ext/
|
||||
$(WEBCHECKER) -m290000 file:`pwd`/lib/
|
||||
$(WEBCHECKER) file:`pwd`/mac/
|
||||
$(WEBCHECKER) file:`pwd`/ref/
|
||||
$(WEBCHECKER) file:`pwd`/tut/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue