From 7777e36c218afd16b14c79ada05a5a7ab797b4d9 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 30 Nov 1998 20:27:31 +0000 Subject: [PATCH] Add a -address parameter to the LaTeX2HTML command line to direct documentation comments appropriately. In response to comment from Martijn Faassen . --- Doc/tools/mkhtml.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/tools/mkhtml.sh b/Doc/tools/mkhtml.sh index ab0c2fccd6c..adeaec82ed5 100755 --- a/Doc/tools/mkhtml.sh +++ b/Doc/tools/mkhtml.sh @@ -25,6 +25,7 @@ echo "latex2html -init_file $srcdir/perl/l2hinit.perl -dir $part" \ "${1:+$@} $srcdir/$part/$part.tex" latex2html \ -init_file $srcdir/perl/l2hinit.perl \ + -address '
Send comments to python-docs@python.org.' \ -dir $part \ ${1:+$@} \ $srcdir/$part/$part.tex