diff options
author | Fred Drake <fdrake@acm.org> | 1999-03-03 20:27:10 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-03-03 20:27:10 (GMT) |
commit | 6b12b1ec1d7d1b07784bb0973fc5de39a11a6f74 (patch) | |
tree | 9b1c4af635006ee59b27e46cdab9b66b1636a69a /Doc/html/Makefile | |
parent | 8b88093b959fb7f1cd570c4334d95ad9fe7953f3 (diff) | |
download | cpython-6b12b1ec1d7d1b07784bb0973fc5de39a11a6f74.zip cpython-6b12b1ec1d7d1b07784bb0973fc5de39a11a6f74.tar.gz cpython-6b12b1ec1d7d1b07784bb0973fc5de39a11a6f74.tar.bz2 |
Switch to the Python version of mkhowto.
Diffstat (limited to 'Doc/html/Makefile')
-rw-r--r-- | Doc/html/Makefile | 2 |
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) |