rm -f *.aux;
authorwenzelm
Sun, 30 Jan 2000 13:24:41 +0100
changeset 8171 f89329974d2d
parent 8170 4b9451fae406
child 8172 988a7737e158
rm -f *.aux;
lib/Tools/document
--- a/lib/Tools/document	Sat Jan 29 14:22:16 2000 +0100
+++ b/lib/Tools/document	Sun Jan 30 13:24:41 2000 +0100
@@ -78,6 +78,7 @@
 function pre_latex ()
 {
   local FMT="$1"
+  rm -f *.aux
   if [ -f root.bib ]
   then
     $ISATOOL latex -o "$FMT" && \