7 lines
158 B
Makefile
7 lines
158 B
Makefile
|
out/documentation.pdf: header.yaml documentazione.md out
|
||
|
pandoc header.yaml documentazione.md -F pandoc-crossref -o out/documentazione.pdf
|
||
|
|
||
|
out:
|
||
|
mkdir out
|
||
|
|