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

Skip to content

Commit 8dbf46a

Browse files
committed
Update to use latex2html 98.1p5.
Cleanup temporary files produced by latex2html in the output directory.
1 parent e0a0fcd commit 8dbf46a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/tools/mkhowto.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ build_html() {
6464
latex2html -init_file $L2H_INIT_FILE \
6565
-address "$ADDRESS" \
6666
-link $MAX_LINK_DEPTH -split $MAX_SPLIT_DEPTH \
67-
$1 || exit $?
67+
-dir $1 $TEXFILE || exit $?
6868
else
6969
latex2html -init_file $L2H_INIT_FILE \
7070
-link $MAX_LINK_DEPTH -split $MAX_SPLIT_DEPTH \
@@ -126,6 +126,7 @@ cleanup() {
126126
if [ ! "$BUILD_DVI" ] ; then
127127
rm -f $1.dvi
128128
fi
129+
rm -f $1/IMG* $1/*.pl $1/WARNINGS $1/index.dat $1/modindex.dat
129130
}
130131

131132
# figure out what our targets are:

0 commit comments

Comments
 (0)