summaryrefslogtreecommitdiffstats
path: root/Doc/html/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/html/Makefile')
-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