diff options
author | Fred Drake <fdrake@acm.org> | 2003-10-01 18:49:55 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-10-01 18:49:55 (GMT) |
commit | a6008d08fae075063114c7514178e42a2c20bfa9 (patch) | |
tree | 4cf90a2390d62905a8a378952c4f0182ed52bf11 /Doc/Makefile | |
parent | d12819cc3c400ca1af256e599f7b705df9bc7532 (diff) | |
download | cpython-a6008d08fae075063114c7514178e42a2c20bfa9.zip cpython-a6008d08fae075063114c7514178e42a2c20bfa9.tar.gz cpython-a6008d08fae075063114c7514178e42a2c20bfa9.tar.bz2 |
Make sure the trunk Makefile doesn't require mkhowto to be "installed"
as described in "Documenting Python".
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 2fea4e4..3623f7b 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 \ |