diff options
author | Fred Drake <fdrake@acm.org> | 1998-11-30 20:27:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-11-30 20:27:31 (GMT) |
commit | 7777e36c218afd16b14c79ada05a5a7ab797b4d9 (patch) | |
tree | b13a49915bb95483a2ece5e323ae6bb54db9fc91 | |
parent | 1ea5848b7b2fa7960e4a85084c560b55c0317f5d (diff) | |
download | cpython-7777e36c218afd16b14c79ada05a5a7ab797b4d9.zip cpython-7777e36c218afd16b14c79ada05a5a7ab797b4d9.tar.gz cpython-7777e36c218afd16b14c79ada05a5a7ab797b4d9.tar.bz2 |
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>.
-rwxr-xr-x | Doc/tools/mkhtml.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ echo "latex2html -init_file $srcdir/perl/l2hinit.perl -dir $part" \ "${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 |