cv-boilerplate/makefile

6 lines
145 B
Makefile
Raw Normal View History

2015-10-26 14:50:47 +00:00
output.pdf : template.tex ../cv-data/content.yml
2015-10-21 13:21:43 +00:00
pandoc $(filter-out $<,$^ ) -o $@ --latex-engine=xelatex --template=$<
clean :
rm output.pdf