diff options
author | Fred Drake <fdrake@acm.org> | 1999-10-29 20:51:43 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-10-29 20:51:43 (GMT) |
commit | 5bd608d46ee9e160c0e8f1fccf5355581f49d30a (patch) | |
tree | 51fa83eb861c508bae462d2b0f9f78faf53a21f1 /Doc/html | |
parent | c6d45afb1b14b32847a7d385cdee034c88eaa6d3 (diff) | |
download | cpython-5bd608d46ee9e160c0e8f1fccf5355581f49d30a.zip cpython-5bd608d46ee9e160c0e8f1fccf5355581f49d30a.tar.gz cpython-5bd608d46ee9e160c0e8f1fccf5355581f49d30a.tar.bz2 |
Change the suggestions pointer at the bottom of generated HTML pages.
Diffstat (limited to 'Doc/html')
-rw-r--r-- | Doc/html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/html/Makefile b/Doc/html/Makefile index ce0baa0..05f9259 100644 --- a/Doc/html/Makefile +++ b/Doc/html/Makefile @@ -25,7 +25,7 @@ BUILDINDEX=$(TOOLSDIR)/buildindex.py # make it clear to l2h, since our support only generates HTML 4.0 L2HARGS= -html_version 4.0 -PYTHONDOCS='<hr>Send comments on this document to <a href="mailto:python-docs@python.org">python-docs@python.org</a>.' +PYTHONDOCS='<hr>See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.' HTMLBASE= file:`pwd` INDEXFILES=api/api.html \ |