From a8ba364700a36d41448577fe30db471fa361b4ed Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 30 Nov 1998 20:28:35 +0000 Subject: Add a --address parameter to the mkhowto command line to direct documentation comments appropriately. In response to comment from Martijn Faassen . Add dependency to about.dat. --- Doc/html/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/html/Makefile b/Doc/html/Makefile index 87d231d..fa68632 100644 --- a/Doc/html/Makefile +++ b/Doc/html/Makefile @@ -41,7 +41,7 @@ mac: icons mac/mac.html ref: icons ref/ref.html tut: icons tut/tut.html -$(INDEXFILES): $(COMMONPERL) +$(INDEXFILES): $(COMMONPERL) $(TOPDIR)/html/about.dat api/api.html: $(PAPERDIR)/api.aux $(MKHTML) api $(L2HARGS) @@ -55,7 +55,7 @@ lib/lib.html: $(PAPERDIR)/lib.aux $(MKHTML) lib $(L2HARGS) mac/mac.html: $(MACFILES) - $(TOOLSDIR)/mkhowto.sh --html $(TOPDIR)/mac/mac.tex + $(TOOLSDIR)/mkhowto.sh --address '
Send comments to python-docs@python.org.' --html $(TOPDIR)/mac/mac.tex ref/ref.html: $(PAPERDIR)/ref.aux $(MKHTML) ref $(L2HARGS) -- cgit v0.12