From 6b12b1ec1d7d1b07784bb0973fc5de39a11a6f74 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 3 Mar 1999 20:27:10 +0000 Subject: Switch to the Python version of mkhowto. --- Doc/html/Makefile | 2 +- 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 '
Send comments to python-docs@python.org.' --html $(TOPDIR)/mac/mac.tex + $(TOOLSDIR)/mkhowto --address '
Send comments to python-docs@python.org.' --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 -- cgit v0.12