Make sure the trunk Makefile doesn't require mkhowto to be "installed"

as described in "Documenting Python".
This commit is contained in:
Fred Drake 2003-10-01 18:49:55 +00:00
parent d12819cc3c
commit a6008d08fa
1 changed files with 2 additions and 2 deletions

View File

@ -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 \