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
|
@ -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…
Reference in New Issue