summaryrefslogtreecommitdiffstats
path: root/contrib/Makefile
blob: e04d3808944e815a21f646dbb52d6b1005d4803f (plain) (blame)
1
2
3
4
5
invoice-01.pdf: invoice-01.md
	pandoc -s -t html --template template.html --metadata-file metadata.yml $^ | tee invoice-01.html | weasyprint - $@

clean:
	- rm invoice-01.pdf invoice-01.html
remember that computers suck.