Kaydet (Commit) b41f97d6 authored tarafından Fred Drake's avatar Fred Drake

Pass in the 'Send comments to ...' on the mkmodindex command line,

just like we do for mkhowto.
üst 5f7832d1
...@@ -24,6 +24,7 @@ BUILDINDEX=$(TOOLSDIR)/buildindex.py ...@@ -24,6 +24,7 @@ BUILDINDEX=$(TOOLSDIR)/buildindex.py
# make it clear to l2h, since our support only generates HTML 4.0 # make it clear to l2h, since our support only generates HTML 4.0
L2HARGS= -html_version 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` HTMLBASE= file:`pwd`
INDEXFILES=api/api.html \ INDEXFILES=api/api.html \
...@@ -53,6 +54,7 @@ $(INDEXFILES): $(COMMONPERL) $(TOPDIR)/html/about.dat ...@@ -53,6 +54,7 @@ $(INDEXFILES): $(COMMONPERL) $(TOPDIR)/html/about.dat
modindex.html: lib/lib.html mac/mac.html $(TOOLSDIR)/mkmodindex modindex.html: lib/lib.html mac/mac.html $(TOOLSDIR)/mkmodindex
$(TOOLSDIR)/mkmodindex --columns 4 --output modindex.html \ $(TOOLSDIR)/mkmodindex --columns 4 --output modindex.html \
--address $(PYTHONDOCS) \
lib/modindex.html mac/modindex.html lib/modindex.html mac/modindex.html
api/api.html: $(PAPERDIR)/api.aux $(BUILDINDEX) api/api.html: $(PAPERDIR)/api.aux $(BUILDINDEX)
...@@ -67,7 +69,8 @@ lib/lib.html: $(PAPERDIR)/lib.aux $(BUILDINDEX) ...@@ -67,7 +69,8 @@ lib/lib.html: $(PAPERDIR)/lib.aux $(BUILDINDEX)
$(MKHTML) lib $(L2HARGS) $(MKHTML) lib $(L2HARGS)
mac/mac.html: $(MACFILES) $(BUILDINDEX) 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) ref/ref.html: $(PAPERDIR)/ref.aux $(BUILDINDEX)
$(MKHTML) ref $(L2HARGS) $(MKHTML) ref $(L2HARGS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment