From: Fred Drake Date: Tue, 12 Sep 2000 19:53:18 +0000 (+0000) Subject: Change the title of the link to the document index to be more specific. X-Git-Tag: v2.0b2~362 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5dc6104729297ca09ace9380a62c7b3578d9c48b;p=thirdparty%2FPython%2Fcpython.git Change the title of the link to the document index to be more specific. --- diff --git a/Doc/html/Makefile b/Doc/html/Makefile index d0fb14013da4..205f55e2f27e 100644 --- a/Doc/html/Makefile +++ b/Doc/html/Makefile @@ -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