summaryrefslogtreecommitdiffstats
path: root/Doc/html
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-03-03 20:27:10 (GMT)
committerFred Drake <fdrake@acm.org>1999-03-03 20:27:10 (GMT)
commit6b12b1ec1d7d1b07784bb0973fc5de39a11a6f74 (patch)
tree9b1c4af635006ee59b27e46cdab9b66b1636a69a /Doc/html
parent8b88093b959fb7f1cd570c4334d95ad9fe7953f3 (diff)
downloadcpython-6b12b1ec1d7d1b07784bb0973fc5de39a11a6f74.zip
cpython-6b12b1ec1d7d1b07784bb0973fc5de39a11a6f74.tar.gz
cpython-6b12b1ec1d7d1b07784bb0973fc5de39a11a6f74.tar.bz2
Switch to the Python version of mkhowto.
Diffstat (limited to 'Doc/html')
-rw-r--r--Doc/html/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/html/Makefile b/Doc/html/Makefile
index df07dd4..2fa13ac 100644
--- a/Doc/html/Makefile
+++ b/Doc/html/Makefile
@@ -67,7 +67,7 @@ lib/lib.html: $(PAPERDIR)/lib.aux $(BUILDINDEX)
$(MKHTML) lib $(L2HARGS)
mac/mac.html: $(MACFILES) $(BUILDINDEX)
- $(TOOLSDIR)/mkhowto.sh --address '<hr>Send comments to <a href="mailto:python-docs@python.org">python-docs@python.org</a>.' --html $(TOPDIR)/mac/mac.tex
+ $(TOOLSDIR)/mkhowto --address '<hr>Send comments to <a href="mailto:python-docs@python.org">python-docs@python.org</a>.' --html $(TOPDIR)/mac/mac.tex
ref/ref.html: $(PAPERDIR)/ref.aux $(BUILDINDEX)
$(MKHTML) ref $(L2HARGS)