mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Make sure the trunk Makefile doesn't require mkhowto to be "installed"
as described in "Documenting Python".
This commit is contained in:
parent
d12819cc3c
commit
a6008d08fa
1 changed files with 2 additions and 2 deletions
|
|
@ -94,8 +94,8 @@ TEXINPUTS=$(PWD)/commontex:
|
|||
# using the second version. The standard documentation is typically
|
||||
# built using the second flavor, where the preferred version is from
|
||||
# the Python CVS trunk.
|
||||
#MKHOWTO= TEXINPUTS=$(TEXINPUTS) $(PYTHON) $(PWD)/tools/mkhowto
|
||||
MKHOWTO= TEXINPUTS=$(TEXINPUTS) mkhowto
|
||||
MKHOWTO= TEXINPUTS=$(TEXINPUTS) $(PYTHON) $(PWD)/tools/mkhowto
|
||||
#MKHOWTO= TEXINPUTS=$(TEXINPUTS) mkhowto
|
||||
|
||||
MKDVI= $(MKHOWTO) --paper=$(PAPER) --dvi
|
||||
MKHTML= $(MKHOWTO) --html --about html/stdabout.dat \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue