Documentazione/makefile

10 lines
205 B
Makefile
Raw Normal View History

2020-07-06 20:31:34 +00:00
out/documentation.pdf: header.yaml documentazione.md out
2020-07-07 20:44:13 +00:00
pandoc header.yaml documentazione.md \
-F pandoc-crossref \
-F pandoc-citeproc \
-o out/documentazione.pdf
2020-07-06 20:31:34 +00:00
out:
mkdir out