X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile;h=8fe45f463ef5233a3fe782c1b6e1594793864df8;hb=cc35a20e72984d34a610fb5bebdb7d69179710d0;hp=34816592b0017de164081f9fccd3a547e6cb4f91;hpb=3987322d2867158a463cc1488806428c3ca2191a;p=diplomarbeit.git diff --git a/Makefile b/Makefile index 3481659..8fe45f4 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,11 @@ -all: images diplomarbeit.pdf +all: diplomarbeit.pdf clean: rm -f diplomarbeit.{aux,log,pdf,toc} make -C images clean -images: - make -C images all - diplomarbeit.pdf: diplomarbeit.tex + make -C images all [ -e diplomarbeit.pdf ] || pdflatex diplomarbeit if egrep -q 'Citation .* undefined' diplomarbeit.log; then \ bibtex diplomarbeit; pdflatex diplomarbeit; \