diff options
author | Fred Drake <fdrake@acm.org> | 1998-05-15 17:14:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-05-15 17:14:17 (GMT) |
commit | a4565b07961a8926c83ec266196e4257ae1c3dcb (patch) | |
tree | 547dda1e1b8469644b474b20c50f86e58c6ba956 /Doc/tools | |
parent | 8dbf46a79ead9deb683cfd52e5b58da99bacf075 (diff) | |
download | cpython-a4565b07961a8926c83ec266196e4257ae1c3dcb.zip cpython-a4565b07961a8926c83ec266196e4257ae1c3dcb.tar.gz cpython-a4565b07961a8926c83ec266196e4257ae1c3dcb.tar.bz2 |
Update to use latex2html 98.1p5.
Diffstat (limited to 'Doc/tools')
-rwxr-xr-x | Doc/tools/mkhtml.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/tools/mkhtml.sh b/Doc/tools/mkhtml.sh index d6e8508..68810f0 100755 --- a/Doc/tools/mkhtml.sh +++ b/Doc/tools/mkhtml.sh @@ -19,10 +19,11 @@ if [ -d $part ] ; then rm -f $part/*.html fi -echo "latex2html -init_file $srcdir/perl/l2hinit.perl ${1:+$@} " \ - "$srcdir/$part/$part.tex" +echo "latex2html -init_file $srcdir/perl/l2hinit.perl -dir $part " \ + "${1:+$@} $srcdir/$part/$part.tex" latex2html \ -init_file $srcdir/perl/l2hinit.perl \ + -dir $part \ ${1:+$@} \ $srcdir/$part/$part.tex |