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 | |
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')
-rw-r--r-- | Doc/html/Makefile | 2 | ||||
-rw-r--r-- | Doc/paper-letter/Makefile | 6 |
2 files changed, 4 insertions, 4 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) diff --git a/Doc/paper-letter/Makefile b/Doc/paper-letter/Makefile index 7f5f27c..85438c9 100644 --- a/Doc/paper-letter/Makefile +++ b/Doc/paper-letter/Makefile @@ -12,7 +12,7 @@ TOOLSDIR= ../tools TEXINPUTS= .:../texinputs: MKDVI= TEXINPUTS=$(TEXINPUTS) $(TOOLSDIR)/mkdvi.sh -MKHOWTO= $(TOOLSDIR)/mkhowto.sh --keep +MKHOWTO= $(TOOLSDIR)/mkhowto --keep MKPDF= TEXINPUTS=$(TEXINPUTS) $(TOOLSDIR)/mkdvi.sh --pdf @@ -54,8 +54,8 @@ $(PDFFILES): ../tools/fix_hack ../tools/mkdvi.sh $(COMMONTEX) $(MANDVIFILES): $(MANSTYLES) $(MANPDFFILES): $(MANSTYLES) -$(HOWTODVIFILES): ../tools/mkhowto.sh $(HOWTOSTYLES) -$(HOWTOPDFFILES): ../tools/mkhowto.sh $(HOWTOSTYLES) +$(HOWTODVIFILES): ../tools/mkhowto $(HOWTOSTYLES) +$(HOWTOPDFFILES): ../tools/mkhowto $(HOWTOSTYLES) # Rules to build PostScript and PDF formats |