]> granicus.if.org Git - python/commitdiff
Add a --address parameter to the mkhowto command line to direct
authorFred Drake <fdrake@acm.org>
Mon, 30 Nov 1998 20:28:35 +0000 (20:28 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 30 Nov 1998 20:28:35 +0000 (20:28 +0000)
documentation comments appropriately.  In response to comment from
Martijn Faassen <faassen@vet.uu.nl>.

Add dependency to about.dat.

Doc/html/Makefile

index 87d231d511abc73190d88d1ef12fe53fb0bbbd77..fa686328e0f328bfc3ce15856ce8885153d31c63 100644 (file)
@@ -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 '<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
        $(MKHTML) ref $(L2HARGS)