diff options
author | Matthias Klose <doko@ubuntu.com> | 2004-08-18 22:27:04 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2004-08-18 22:27:04 (GMT) |
commit | cf02e3168317234abad57791d7e84c02b151b184 (patch) | |
tree | 9695906a9268237323ccdb49ed0c62160aacb75f /Doc | |
parent | 5b75f7d19b357051c271c38b2544d58489d84253 (diff) | |
download | cpython-cf02e3168317234abad57791d7e84c02b151b184.zip cpython-cf02e3168317234abad57791d7e84c02b151b184.tar.gz cpython-cf02e3168317234abad57791d7e84c02b151b184.tar.bz2 |
Remove commented definition of the MKHOWTO macro.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index b401a9b..5d00670 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -97,7 +97,6 @@ TEXINPUTS=$(PWD)/commontex: # 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 MKDVI= $(MKHOWTO) --paper=$(PAPER) --dvi MKHTML= $(MKHOWTO) --html --about html/stdabout.dat \ |