diff --git a/Doc/tools/mkhtml.sh b/Doc/tools/mkhtml.sh index 8857ef835bb..11f7feac784 100755 --- a/Doc/tools/mkhtml.sh +++ b/Doc/tools/mkhtml.sh @@ -32,12 +32,15 @@ fi echo "latex2html -init_file $srcdir/perl/l2hinit.perl -dir $part" \ "${1:+$@} $srcdir/$part/$part.tex" latex2html \ + -no_auto_link \ -init_file $srcdir/perl/l2hinit.perl \ - -address '
Send comments to python-docs@python.org.' \ + -address '
Send comments on this document to python-docs@python.org.' \ -dir $part \ ${1:+$@} \ $srcdir/$part/$part.tex || exit $? +cp $part/$part.html $part/index.html + # copy in the stylesheet echo "cp $srcdir/html/style.css $part/$part.css" cp $srcdir/html/style.css $part/$part.css || exit $?