]> granicus.if.org Git - python/commitdiff
Add a -address parameter to the LaTeX2HTML command line to direct
authorFred Drake <fdrake@acm.org>
Mon, 30 Nov 1998 20:27:31 +0000 (20:27 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 30 Nov 1998 20:27:31 +0000 (20:27 +0000)
documentation comments appropriately.  In response to comment from
Martijn Faassen <faassen@vet.uu.nl>.

Doc/tools/mkhtml.sh

index ab0c2fccd6c18d7c152bf7fbe9d47bafcd6e69e8..adeaec82ed57c8a6043cc0eec7cdd09d06ccb84b 100755 (executable)
@@ -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