Makefile: Das Bauen der Bilder korrigiert / vereinfacht.
[diplomarbeit.git] / Makefile
index 3481659..8fe45f4 100644 (file)
--- 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; \