From 507896153ccd3f42ffe16c1104e0eaaece83468a Mon Sep 17 00:00:00 2001 From: Michael Bredel Date: Sun, 12 Nov 2017 00:38:07 +0100 Subject: [PATCH] Update makefile --- makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index 7383aaa..fd8a404 100644 --- a/makefile +++ b/makefile @@ -4,9 +4,9 @@ NAME = Max SURNAME = Mustermann all: clean - pdflatex ${MASTER}.tex - test -f ${MASTER}-blx.bib && ( bibtex ${MASTER}; pdflatex ${MASTER}.tex ) - pdflatex ${MASTER}.tex + @pdflatex ${MASTER}.tex + @test -f ${MASTER}-blx.bib && ( bibtex ${MASTER}; pdflatex ${MASTER}.tex ) + @pdflatex ${MASTER}.tex publish: all @ps2pdf14 -dPDFSETTINGS=/prepress thesis.pdf