mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Update to use latex2html 98.1p5.
Cleanup temporary files produced by latex2html in the output directory.
This commit is contained in:
parent
e0a0fcd552
commit
8dbf46a79e
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,7 @@ build_html() {
|
||||||
latex2html -init_file $L2H_INIT_FILE \
|
latex2html -init_file $L2H_INIT_FILE \
|
||||||
-address "$ADDRESS" \
|
-address "$ADDRESS" \
|
||||||
-link $MAX_LINK_DEPTH -split $MAX_SPLIT_DEPTH \
|
-link $MAX_LINK_DEPTH -split $MAX_SPLIT_DEPTH \
|
||||||
$1 || exit $?
|
-dir $1 $TEXFILE || exit $?
|
||||||
else
|
else
|
||||||
latex2html -init_file $L2H_INIT_FILE \
|
latex2html -init_file $L2H_INIT_FILE \
|
||||||
-link $MAX_LINK_DEPTH -split $MAX_SPLIT_DEPTH \
|
-link $MAX_LINK_DEPTH -split $MAX_SPLIT_DEPTH \
|
||||||
|
@ -126,6 +126,7 @@ cleanup() {
|
||||||
if [ ! "$BUILD_DVI" ] ; then
|
if [ ! "$BUILD_DVI" ] ; then
|
||||||
rm -f $1.dvi
|
rm -f $1.dvi
|
||||||
fi
|
fi
|
||||||
|
rm -f $1/IMG* $1/*.pl $1/WARNINGS $1/index.dat $1/modindex.dat
|
||||||
}
|
}
|
||||||
|
|
||||||
# figure out what our targets are:
|
# figure out what our targets are:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue