summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-10-07 16:41:40 (GMT)
committerFred Drake <fdrake@acm.org>1998-10-07 16:41:40 (GMT)
commitb0b1900198ee8e65f7164533bcf8ab9498e426e8 (patch)
tree8735ddd26a498d0e6ebe9f07fc281f274d229eed /Doc
parent9e46e562640cdf5c2e69cd39ef4f30254c107e87 (diff)
downloadcpython-b0b1900198ee8e65f7164533bcf8ab9498e426e8.zip
cpython-b0b1900198ee8e65f7164533bcf8ab9498e426e8.tar.gz
cpython-b0b1900198ee8e65f7164533bcf8ab9498e426e8.tar.bz2
If --debug was used, don't delete the temporary .perl file used to
pass options to latex2html.
Diffstat (limited to 'Doc')
-rwxr-xr-xDoc/tools/mkhowto.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/tools/mkhowto.sh b/Doc/tools/mkhowto.sh
index 6fa83b2..1038954 100755
--- a/Doc/tools/mkhowto.sh
+++ b/Doc/tools/mkhowto.sh
@@ -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