curriculum-vitae/makefile
norangebit c6ddd74491
Some checks failed
continuous-integration/drone/tag Build is failing
remove volumes use
reference #1
2020-02-24 18:31:18 +01:00

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