From f4166a478a1405f21753189970ef9083d5a4601c Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 8 May 1998 04:00:56 +0000 Subject: Some versions of latex2html don't automatically append the .tex extension to the name of the main .tex source file if it's not in the current directory. --- Doc/tools/mkhtml.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Doc/tools/mkhtml.sh b/Doc/tools/mkhtml.sh index 336d6df..e0f34b8 100755 --- a/Doc/tools/mkhtml.sh +++ b/Doc/tools/mkhtml.sh @@ -21,7 +21,10 @@ fi set -x -latex2html -init_file $srcdir/perl/l2hinit.perl ${1:+$@} $srcdir/$part/$part +latex2html \ + -init_file $srcdir/perl/l2hinit.perl \ + ${1:+$@} \ + $srcdir/$part/$part.tex cd $part $srcdir/tools/node2label.pl *.html -- cgit v0.12