summaryrefslogtreecommitdiffstats
path: root/Doc/html
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-11-30 20:28:35 (GMT)
committerFred Drake <fdrake@acm.org>1998-11-30 20:28:35 (GMT)
commita8ba364700a36d41448577fe30db471fa361b4ed (patch)
tree060d15142e7c3f0e369655d9f106bfc8c94ea3a9 /Doc/html
parent7777e36c218afd16b14c79ada05a5a7ab797b4d9 (diff)
downloadcpython-a8ba364700a36d41448577fe30db471fa361b4ed.zip
cpython-a8ba364700a36d41448577fe30db471fa361b4ed.tar.gz
cpython-a8ba364700a36d41448577fe30db471fa361b4ed.tar.bz2
Add a --address parameter to the mkhowto command line to direct
documentation comments appropriately. In response to comment from Martijn Faassen <faassen@vet.uu.nl>. Add dependency to about.dat.
Diffstat (limited to 'Doc/html')
-rw-r--r--Doc/html/Makefile4
1 files 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 '<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)