Small changes to reflect changes in LaTeX2HTML support for newer versions
of LaTeX2HTML.
diff --git a/Doc/tools/mkhtml.sh b/Doc/tools/mkhtml.sh
index 304839c..fcd2ea0 100755
--- a/Doc/tools/mkhtml.sh
+++ b/Doc/tools/mkhtml.sh
@@ -31,7 +31,9 @@
mkdir $part
fi
-echo "latex2html -init_file $srcdir/perl/l2hinit.perl -dir $part" \
+echo "latex2html -no_auto_link" \
+ "-up_url '../index.html' -up_title 'Documentation Index'" \
+ "-init_file $srcdir/perl/l2hinit.perl -dir $part" \
"${1:+$@} $srcdir/$part/$part.tex"
latex2html \
-no_auto_link \