Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c9b8a57

Browse files
committed
cleanup(): Remove *all* the temp files related to index generation!
1 parent 302be44 commit c9b8a57

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/tools/mkhowto.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ build_ps() {
123123
}
124124

125125
cleanup() {
126-
rm -f $1.aux $1.log $1.out $1.toc $1.bkm $1.idx $1.ind mod$1.ind
126+
rm -f $1.aux $1.log $1.out $1.toc $1.bkm $1.idx $1.ilg $1.ind
127+
rm -f mod$1.idx mod$1.ilg mod$1.ind
127128
if [ ! "$BUILD_DVI" ] ; then
128129
rm -f $FILE.dvi
129130
fi
@@ -184,6 +185,7 @@ while [ "$1" ] ; do
184185
shift 1
185186
;;
186187
--)
188+
shift 1
187189
break
188190
;;
189191
-*)

0 commit comments

Comments
 (0)