Update makefile
This commit is contained in:
6
makefile
6
makefile
@@ -4,9 +4,9 @@ NAME = Max
|
|||||||
SURNAME = Mustermann
|
SURNAME = Mustermann
|
||||||
|
|
||||||
all: clean
|
all: clean
|
||||||
pdflatex ${MASTER}.tex
|
@pdflatex ${MASTER}.tex
|
||||||
test -f ${MASTER}-blx.bib && ( bibtex ${MASTER}; pdflatex ${MASTER}.tex )
|
@test -f ${MASTER}-blx.bib && ( bibtex ${MASTER}; pdflatex ${MASTER}.tex )
|
||||||
pdflatex ${MASTER}.tex
|
@pdflatex ${MASTER}.tex
|
||||||
|
|
||||||
publish: all
|
publish: all
|
||||||
@ps2pdf14 -dPDFSETTINGS=/prepress thesis.pdf
|
@ps2pdf14 -dPDFSETTINGS=/prepress thesis.pdf
|
||||||
|
|||||||
Reference in New Issue
Block a user