Documentazione/makefile

10 lines
205 B
Makefile

out/documentation.pdf: header.yaml documentazione.md out
pandoc header.yaml documentazione.md \
-F pandoc-crossref \
-F pandoc-citeproc \
-o out/documentazione.pdf
out:
mkdir out