From a6008d08fae075063114c7514178e42a2c20bfa9 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 1 Oct 2003 18:49:55 +0000 Subject: [PATCH] Make sure the trunk Makefile doesn't require mkhowto to be "installed" as described in "Documenting Python". --- Doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \ -- 2.50.1