mirror of https://github.com/python/cpython.git
cleanup(): Get rid of module index turds.
This commit is contained in:
parent
daf71fca54
commit
476412a918
|
@ -127,7 +127,7 @@ build_ps() {
|
|||
}
|
||||
|
||||
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
|
||||
rm -f $FILE.dvi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue