commit | b0b1900198ee8e65f7164533bcf8ab9498e426e8 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Wed Oct 07 16:41:40 1998 +0000 |
committer | Fred Drake <fdrake@acm.org> | Wed Oct 07 16:41:40 1998 +0000 |
tree | 8735ddd26a498d0e6ebe9f07fc281f274d229eed | |
parent | 9e46e562640cdf5c2e69cd39ef4f30254c107e87 [diff] [blame] |
If --debug was used, don't delete the temporary .perl file used to pass options to latex2html.
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 @@ rm -f $LOGFILE done -rm -f $L2H_AUX_INIT_FILE +if [ ! "$DEBUGGING" ] ; then + rm -f $L2H_AUX_INIT_FILE +fi