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.
This commit is contained in:
Fred Drake 1998-11-30 20:28:35 +00:00
parent 7777e36c21
commit a8ba364700
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ mac: icons mac/mac.html
ref: icons ref/ref.html ref: icons ref/ref.html
tut: icons tut/tut.html tut: icons tut/tut.html
$(INDEXFILES): $(COMMONPERL) $(INDEXFILES): $(COMMONPERL) $(TOPDIR)/html/about.dat
api/api.html: $(PAPERDIR)/api.aux api/api.html: $(PAPERDIR)/api.aux
$(MKHTML) api $(L2HARGS) $(MKHTML) api $(L2HARGS)
@ -55,7 +55,7 @@ lib/lib.html: $(PAPERDIR)/lib.aux
$(MKHTML) lib $(L2HARGS) $(MKHTML) lib $(L2HARGS)
mac/mac.html: $(MACFILES) 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 ref/ref.html: $(PAPERDIR)/ref.aux
$(MKHTML) ref $(L2HARGS) $(MKHTML) ref $(L2HARGS)