remove more files (index, log files) for -c option
authorkleing
Wed, 28 Jan 2004 01:19:34 +0100
changeset 143670b1447d37161
parent 14366 dd4e0f2c071a
child 14368 2763da611ad9
remove more files (index, log files) for -c option
lib/Tools/document
     1.1 --- a/lib/Tools/document	Tue Jan 27 15:49:33 2004 +0100
     1.2 +++ b/lib/Tools/document	Wed Jan 28 01:19:34 2004 +0100
     1.3 @@ -83,7 +83,7 @@
     1.4  function pre_latex ()
     1.5  {
     1.6    local FMT="$1"
     1.7 -  [ -n "$CLEAN" ] && rm -f *.aux *.out *.ind
     1.8 +  [ -n "$CLEAN" ] && rm -f *.aux *.out *.ind *.idx *.ilg *.bbl *.blg *.log
     1.9    "$ISATOOL" latex -o sty && \
    1.10    "$ISATOOL" latex -o "$FMT" && \
    1.11    { [ ! -f root.bib ] || "$ISATOOL" latex -o bbl; } && \