more makefile love

master
mrzool 9 years ago
parent 24f6a352e1
commit 64f3c2eedd

@ -1,8 +1,9 @@
TEX = pandoc
src = template.tex details.yml src = template.tex details.yml
LFLAGS = --latex-engine=xelatex LFLAGS = --latex-engine=xelatex
output.pdf : $(src) output.pdf : $(src)
pandoc $(filter-out $<,$^ ) -o $@ $(LFLAGS) --template=$< $(TEX) $(filter-out $<,$^ ) -o $@ $(LFLAGS) --template=$<
.PHONY: clean .PHONY: clean
clean : clean :

Loading…
Cancel
Save