Update makefile

pull/3/head
Michael Bredel 7 years ago committed by GitHub
parent f62623512b
commit 507896153c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      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

Loading…
Cancel
Save