X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=report%2FMakefile;h=9ba9f50698277e20630cf2bc08056bcec67c8b86;hb=6e5db13cb9fd5b7bb29f9cff186e0d0046affa98;hp=118b3ddefe9a9a742ec144f0727bc592382d0cd7;hpb=36eeca2fe5e8132fcb40a7dcf77e08977b0d37a0;p=ssproject1617.git diff --git a/report/Makefile b/report/Makefile index 118b3dd..9ba9f50 100644 --- a/report/Makefile +++ b/report/Makefile @@ -6,11 +6,10 @@ LATEXFLAGS:=-file-line-error -halt-on-error -no-shell-escape TEXS:=$(wildcard *.tex) .PHONY: all -.SECONDARY: $(DOC).fmt all: $(DOC).pdf -%.fmt: preamble.tex +%.fmt: preamble.tex logo.pdf $(LATEX) $(LATEXFLAGS) -ini -jobname="$(basename $@)" "&$(LATEX) $<\dump" %.pdf: %.tex %.fmt $(TEXS) @@ -21,5 +20,5 @@ all: $(DOC).pdf $(LATEX) $(LATEXFLAGS) $< || true clean: - $(RM) $(addprefix $(DOC).,aux log fmt toc bbl blg mlog run.xml pdf)\ - $(DOC)-blx.bib + $(RM) $(addprefix $(DOC).,aux log fmt toc bbl blg mlog run.xml pdf out)\ + $(DOC)-blx.bib logo.png