mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Change the title of the link to the document index to be more specific.
This commit is contained in:
parent
ae86d43f11
commit
5dc6104729
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue