summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hvfloat/doc/examples/runEXA.sh
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/hvfloat/doc/examples/runEXA.sh')
-rwxr-xr-xmacros/latex/contrib/hvfloat/doc/examples/runEXA.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/latex/contrib/hvfloat/doc/examples/runEXA.sh b/macros/latex/contrib/hvfloat/doc/examples/runEXA.sh
index 8d6e6f84fe..ea7f8b1f78 100755
--- a/macros/latex/contrib/hvfloat/doc/examples/runEXA.sh
+++ b/macros/latex/contrib/hvfloat/doc/examples/runEXA.sh
@@ -12,9 +12,9 @@ do
echo "LuaLaTeX-Lauf Nr. $RUNS von $datei ======================================="
lualatex $datei
TEST=`grep -c "Label(s) may have changed." $MAIN.log `
- if [ $RUNS -gt 5 ]
+ if [ $RUNS -gt 4 ]
then TEST=0
fi
done
- rm $MAIN.aux $MAIN.log $MAIN.out $MAIN.toc
+ rm -fr $MAIN.aux $MAIN.log $MAIN.out $MAIN.toc $MAIN.lof $MAIN.lot $MAIN.idx
done