summaryrefslogtreecommitdiffstats
path: root/Doc/html
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-09-12 19:53:18 (GMT)
committerFred Drake <fdrake@acm.org>2000-09-12 19:53:18 (GMT)
commit5dc6104729297ca09ace9380a62c7b3578d9c48b (patch)
tree00dfb7ddc1a85f22d0d2b03c8babe14cc4bee0df /Doc/html
parentae86d43f11546381cc55e57c01fbad8e5eeea999 (diff)
downloadcpython-5dc6104729297ca09ace9380a62c7b3578d9c48b.zip
cpython-5dc6104729297ca09ace9380a62c7b3578d9c48b.tar.gz
cpython-5dc6104729297ca09ace9380a62c7b3578d9c48b.tar.bz2
Change the title of the link to the document index to be more specific.
Diffstat (limited to 'Doc/html')
-rw-r--r--Doc/html/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/html/Makefile b/Doc/html/Makefile
index d0fb140..205f55e 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