fix content.yml path

This commit is contained in:
zool 2015-10-26 15:52:12 +01:00
parent a28aec3314
commit 2470b1be67

View File

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