more makefile love

master
mrzool 8 years ago
parent 24f6a352e1
commit 64f3c2eedd

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

Loading…
Cancel
Save