summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-17 20:25:55 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-17 20:25:55 (GMT)
commit476412a91892bb381ec5afdef32c7a092a65030e (patch)
treedd5a0ac9d1b874b0e9eb163b24db31a2d96e6623
parentdaf71fca543bbf98dd83b18eddba80370fb50f92 (diff)
downloadcpython-476412a91892bb381ec5afdef32c7a092a65030e.zip
cpython-476412a91892bb381ec5afdef32c7a092a65030e.tar.gz
cpython-476412a91892bb381ec5afdef32c7a092a65030e.tar.bz2
cleanup(): Get rid of module index turds.
-rwxr-xr-xDoc/tools/mkhowto.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/mkhowto.sh b/Doc/tools/mkhowto.sh
index fa1a8c2..6ba4869 100755
--- a/Doc/tools/mkhowto.sh
+++ b/Doc/tools/mkhowto.sh
@@ -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