removed auxilliary files

This commit is contained in:
Stefan Dresselhaus
2017-08-28 15:35:04 +02:00
parent 1fbe7c91ec
commit e42aff2a18
10 changed files with 2 additions and 1746 deletions

View File

@ -4,7 +4,8 @@ all: ma.md bibma.bib template.tex settings/abkuerzungen.tex settings/commands.te
pdflatex -interaction batchmode ma.tex || true
while test `cat ma.log | grep -e "rerunfilecheck \(Warning\|Info\).*has changed" | wc -l` -gt 0 ; do \
rm ma.log && (pdflatex -interaction batchmode ma.tex || true) \
done \
done
rm -f ma.aux ma.idx ma.lof ma.log ma.lot ma.out ma.tdo ma.toc
clean: