]> granicus.if.org Git - python/commitdiff
Change the title of the link to the document index to be more specific.
authorFred Drake <fdrake@acm.org>
Tue, 12 Sep 2000 19:53:18 +0000 (19:53 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 12 Sep 2000 19:53:18 +0000 (19:53 +0000)
Doc/html/Makefile

index d0fb14013da44dca1b081990096cb016498bfb69..205f55e2f27e4139c2ca4a6c2681c95fe4cbc5ec 100644 (file)
@@ -13,8 +13,8 @@ TEXINPUTS=$(TOPDIR)/paper-$(PAPER):$(TOPDIR)/texinputs:
 PYTHON=           python
 WEBCHECKER=$(PYTHON) $(TOPDIR)/../Tools/webchecker/webchecker.py
 MKHOWTO=   $(TOOLSDIR)/mkhowto --about $(TOPDIR)/html/stdabout.dat \
-               --up-link ../index.html --up-title "Document Index" \
-               --address $(PYTHONDOCS)
+               --address $(PYTHONDOCS) --up-link ../index.html \
+               --up-title "Python Documentation Index"
 MKHTML=           $(MKHOWTO) --html
 
 BUILDINDEX=$(TOOLSDIR)/buildindex.py