mirror of
https://github.com/python/cpython.git
synced 2025-11-27 05:44:16 +00:00
If --debug was used, don't delete the temporary .perl file used to
pass options to latex2html.
This commit is contained in:
parent
9e46e56264
commit
b0b1900198
1 changed files with 3 additions and 1 deletions
|
|
@ -376,4 +376,6 @@ for FILE in $@ ; do
|
||||||
rm -f $LOGFILE
|
rm -f $LOGFILE
|
||||||
done
|
done
|
||||||
|
|
||||||
rm -f $L2H_AUX_INIT_FILE
|
if [ ! "$DEBUGGING" ] ; then
|
||||||
|
rm -f $L2H_AUX_INIT_FILE
|
||||||
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue