]> granicus.if.org Git - python/commitdiff
If --debug was used, don't delete the temporary .perl file used to
authorFred Drake <fdrake@acm.org>
Wed, 7 Oct 1998 16:41:40 +0000 (16:41 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 7 Oct 1998 16:41:40 +0000 (16:41 +0000)
pass options to latex2html.

Doc/tools/mkhowto.sh

index 6fa83b2006a833c84221894ef46c21d7063b9dcf..1038954f6a5298ce544943d9308c13db0d8cb381 100755 (executable)
@@ -376,4 +376,6 @@ for FILE in $@ ; do
     rm -f $LOGFILE
 done
 
-rm -f $L2H_AUX_INIT_FILE
+if [ ! "$DEBUGGING" ] ; then
+    rm -f $L2H_AUX_INIT_FILE
+fi