removed auxilliary files
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user