Add a -address parameter to the LaTeX2HTML command line to direct
documentation comments appropriately. In response to comment from
Martijn Faassen <faassen@vet.uu.nl>.
diff --git a/Doc/tools/mkhtml.sh b/Doc/tools/mkhtml.sh
index ab0c2fc..adeaec8 100755
--- a/Doc/tools/mkhtml.sh
+++ b/Doc/tools/mkhtml.sh
@@ -25,6 +25,7 @@
"${1:+$@} $srcdir/$part/$part.tex"
latex2html \
-init_file $srcdir/perl/l2hinit.perl \
+ -address '<hr>Send comments to <a href="mailto:python-docs@python.org">python-docs@python.org</a>.' \
-dir $part \
${1:+$@} \
$srcdir/$part/$part.tex