Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7777e36

Browse files
committed
Add a -address parameter to the LaTeX2HTML command line to direct
documentation comments appropriately. In response to comment from Martijn Faassen <[email protected]>.
1 parent 1ea5848 commit 7777e36

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Doc/tools/mkhtml.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ echo "latex2html -init_file $srcdir/perl/l2hinit.perl -dir $part" \
2525
"${1:+$@} $srcdir/$part/$part.tex"
2626
latex2html \
2727
-init_file $srcdir/perl/l2hinit.perl \
28+
-address '<hr>Send comments to <a href="mailto:[email protected]">[email protected]</a>.' \
2829
-dir $part \
2930
${1:+$@} \
3031
$srcdir/$part/$part.tex

0 commit comments

Comments
 (0)