From 2470b1be67c898748eb5bd1e4b906f9a84028d66 Mon Sep 17 00:00:00 2001 From: zool Date: Mon, 26 Oct 2015 15:52:12 +0100 Subject: [PATCH] fix content.yml path --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 2cb945c..5db2fc3 100644 --- a/makefile +++ b/makefile @@ -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 :