Kaydet (Commit) a6008d08 authored tarafından Fred Drake's avatar Fred Drake

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

as described in "Documenting Python".
üst d12819cc
...@@ -94,8 +94,8 @@ TEXINPUTS=$(PWD)/commontex: ...@@ -94,8 +94,8 @@ TEXINPUTS=$(PWD)/commontex:
# using the second version. The standard documentation is typically # using the second version. The standard documentation is typically
# built using the second flavor, where the preferred version is from # built using the second flavor, where the preferred version is from
# the Python CVS trunk. # the Python CVS trunk.
#MKHOWTO= TEXINPUTS=$(TEXINPUTS) $(PYTHON) $(PWD)/tools/mkhowto MKHOWTO= TEXINPUTS=$(TEXINPUTS) $(PYTHON) $(PWD)/tools/mkhowto
MKHOWTO= TEXINPUTS=$(TEXINPUTS) mkhowto #MKHOWTO= TEXINPUTS=$(TEXINPUTS) mkhowto
MKDVI= $(MKHOWTO) --paper=$(PAPER) --dvi MKDVI= $(MKHOWTO) --paper=$(PAPER) --dvi
MKHTML= $(MKHOWTO) --html --about html/stdabout.dat \ MKHTML= $(MKHOWTO) --html --about html/stdabout.dat \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment