mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
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>.
This commit is contained in:
parent
1ea5848b7b
commit
7777e36c21
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ echo "latex2html -init_file $srcdir/perl/l2hinit.perl -dir $part" \
|
||||||
"${1:+$@} $srcdir/$part/$part.tex"
|
"${1:+$@} $srcdir/$part/$part.tex"
|
||||||
latex2html \
|
latex2html \
|
||||||
-init_file $srcdir/perl/l2hinit.perl \
|
-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 \
|
-dir $part \
|
||||||
${1:+$@} \
|
${1:+$@} \
|
||||||
$srcdir/$part/$part.tex
|
$srcdir/$part/$part.tex
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue