curriculum-vitae/makefile

9 lines
180 B
Makefile

cv.pdf: cv.yaml build
pandoc cv.yaml --template pancv -o build/cv.pdf
epass.pdf: cv.yaml out
pandoc cv.yaml --template pancv -V europass -o build/epass.pdf
build:
mkdir build