Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 302be44 commit c9b8a57Copy full SHA for c9b8a57
1 file changed
Doc/tools/mkhowto.sh
@@ -123,7 +123,8 @@ build_ps() {
123
}
124
125
cleanup() {
126
- rm -f $1.aux $1.log $1.out $1.toc $1.bkm $1.idx $1.ind mod$1.ind
+ 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
128
if [ ! "$BUILD_DVI" ] ; then
129
rm -f $FILE.dvi
130
fi
@@ -184,6 +185,7 @@ while [ "$1" ] ; do
184
185
shift 1
186
;;
187
--)
188
+ shift 1
189
break
190
191
-*)
0 commit comments