cv-boilerplate/makefile
2015-10-26 15:50:47 +01:00

6 lines
145 B
Makefile

output.pdf : template.tex ../cv-data/content.yml
pandoc $(filter-out $<,$^ ) -o $@ --latex-engine=xelatex --template=$<
clean :
rm output.pdf