Update makefile
This commit is contained in:
6
makefile
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
|
||||
|
||||
Reference in New Issue
Block a user