fix brokenness

master
Thomas L 2019-07-08 20:22:56 +02:00
parent b9a45113f0
commit a3b906681f
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
#!/bin/sh
cd `dirname "$0"`
NAME=`basename "$0" .sh`
pdflatex "$NAME.tex" &&
(test -x "$NAME.nlo" && makeindex "$NAME.nlo" -s nomencl.ist -o "$NAME.nls" || true) &&
pdflatex "$NAME.tex" &&
pdflatex "$NAME.tex"
find . -name "$NAME*" ! \( -name '*tex' -or -name '*pdf' -or -name '*sh' \) -delete