From cc35a20e72984d34a610fb5bebdb7d69179710d0 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 21 Jul 2011 08:25:09 +0200 Subject: [PATCH] Makefile: Das Bauen der Bilder korrigiert / vereinfacht. --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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; \ -- 2.11.0