mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
cleanup(): Get rid of module index turds.
This commit is contained in:
parent
daf71fca54
commit
476412a918
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ build_ps() {
|
||||||
}
|
}
|
||||||
|
|
||||||
cleanup() {
|
cleanup() {
|
||||||
rm -f $1.aux $1.log $1.out $1.toc $1.bkm $1.idx $1.ind
|
rm -f $1.aux $1.log $1.out $1.toc $1.bkm $1.idx $1.ind mod$1.ind
|
||||||
if [ ! "$BUILD_DVI" ] ; then
|
if [ ! "$BUILD_DVI" ] ; then
|
||||||
rm -f $FILE.dvi
|
rm -f $FILE.dvi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue