From: Fred Drake Date: Mon, 30 Nov 1998 20:27:31 +0000 (+0000) Subject: Add a -address parameter to the LaTeX2HTML command line to direct X-Git-Tag: v1.5.2b1~159 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7777e36c218afd16b14c79ada05a5a7ab797b4d9;p=python Add a -address parameter to the LaTeX2HTML command line to direct documentation comments appropriately. In response to comment from Martijn Faassen . --- diff --git a/Doc/tools/mkhtml.sh b/Doc/tools/mkhtml.sh index ab0c2fccd6..adeaec82ed 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