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 2fea4e4..3623f7b 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -94,8 +94,8 @@
 # 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 \