From: Fred Drake Date: Wed, 1 Oct 2003 18:49:55 +0000 (+0000) Subject: Make sure the trunk Makefile doesn't require mkhowto to be "installed" X-Git-Tag: v2.4a1~1477 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6008d08fae075063114c7514178e42a2c20bfa9;p=python Make sure the trunk Makefile doesn't require mkhowto to be "installed" as described in "Documenting Python". --- diff --git a/Doc/Makefile b/Doc/Makefile index 2fea4e4116..3623f7b470 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -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 \