curriculum-vitae/makefile
norangebit 141d8f232e
Some checks reported errors
continuous-integration/drone/tag Build was killed
automatic build
2020-02-23 16:17:27 +01:00

9 lines
170 B
Makefile

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