10 lines
205 B
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
|
|
|