Update makefile

This commit is contained in:
Michael Bredel
2017-11-12 00:38:07 +01:00
committed by GitHub
parent f62623512b
commit 507896153c

View File

@@ -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