]> granicus.if.org Git - python/commitdiff
Make sure the trunk Makefile doesn't require mkhowto to be "installed"
authorFred Drake <fdrake@acm.org>
Wed, 1 Oct 2003 18:49:55 +0000 (18:49 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 1 Oct 2003 18:49:55 +0000 (18:49 +0000)
as described in "Documenting Python".

Doc/Makefile

index 2fea4e4116bbc87fde1715702f7b6b9d6217258b..3623f7b4706fecec45822aa01660ef7e36b6ef14 100644 (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 \