]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update to use latex2html 98.1p5.
authorFred Drake <fdrake@acm.org>
Fri, 15 May 1998 17:13:08 +0000 (17:13 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 15 May 1998 17:13:08 +0000 (17:13 +0000)
Cleanup temporary files produced by latex2html in the output directory.

Doc/tools/mkhowto.sh

index 65659766709c973e9c68df85e712043bb0129428..ac06cebf8be57c54d6cd208c7abd759fb38a05cf 100755 (executable)
@@ -64,7 +64,7 @@ build_html() {
        latex2html -init_file $L2H_INIT_FILE \
         -address "$ADDRESS" \
         -link $MAX_LINK_DEPTH -split $MAX_SPLIT_DEPTH \
-        $1 || exit $?
+        -dir $1 $TEXFILE || exit $?
     else
        latex2html -init_file $L2H_INIT_FILE \
         -link $MAX_LINK_DEPTH -split $MAX_SPLIT_DEPTH \
@@ -126,6 +126,7 @@ cleanup() {
     if [ ! "$BUILD_DVI" ] ; then
        rm -f $1.dvi
     fi
+    rm -f $1/IMG* $1/*.pl $1/WARNINGS $1/index.dat $1/modindex.dat
 }
 
 # figure out what our targets are: