Commit 5dc61047 authored by Fred Drake's avatar Fred Drake

Change the title of the link to the document index to be more specific.

parent ae86d43f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment