summaryrefslogtreecommitdiffstats
path: root/Doc/html
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-03-04 21:25:05 (GMT)
committerFred Drake <fdrake@acm.org>1999-03-04 21:25:05 (GMT)
commitb41f97d6a05646df87b2cdf16500a718c5d1a3b4 (patch)
tree4966351fb116ca8f96dac48223bdd692885f29dd /Doc/html
parent5f7832d125fff511a7b51111c3f8cb43d1887867 (diff)
downloadcpython-b41f97d6a05646df87b2cdf16500a718c5d1a3b4.zip
cpython-b41f97d6a05646df87b2cdf16500a718c5d1a3b4.tar.gz
cpython-b41f97d6a05646df87b2cdf16500a718c5d1a3b4.tar.bz2
Pass in the 'Send comments to ...' on the mkmodindex command line,
just like we do for mkhowto.
Diffstat (limited to 'Doc/html')
-rw-r--r--Doc/html/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/html/Makefile b/Doc/html/Makefile
index 2fa13ac..e6bf339 100644
--- a/Doc/html/Makefile
+++ b/Doc/html/Makefile
@@ -24,6 +24,7 @@ BUILDINDEX=$(TOOLSDIR)/buildindex.py
# make it clear to l2h, since our support only generates HTML 4.0
L2HARGS= -html_version 4.0
+PYTHONDOCS='<hr>Send comments to <a href="mailto:python-docs@python.org">python-docs@python.org</a>.'
HTMLBASE= file:`pwd`
INDEXFILES=api/api.html \
@@ -53,6 +54,7 @@ $(INDEXFILES): $(COMMONPERL) $(TOPDIR)/html/about.dat
modindex.html: lib/lib.html mac/mac.html $(TOOLSDIR)/mkmodindex
$(TOOLSDIR)/mkmodindex --columns 4 --output modindex.html \
+ --address $(PYTHONDOCS) \
lib/modindex.html mac/modindex.html
api/api.html: $(PAPERDIR)/api.aux $(BUILDINDEX)
@@ -67,7 +69,8 @@ lib/lib.html: $(PAPERDIR)/lib.aux $(BUILDINDEX)
$(MKHTML) lib $(L2HARGS)
mac/mac.html: $(MACFILES) $(BUILDINDEX)
- $(TOOLSDIR)/mkhowto --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 $(PYTHONDOCS) --html \
+ $(TOPDIR)/mac/mac.tex
ref/ref.html: $(PAPERDIR)/ref.aux $(BUILDINDEX)
$(MKHTML) ref $(L2HARGS)