summaryrefslogtreecommitdiffstats
path: root/contrib/Makefile
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2024-07-09 10:04:00 +0200
committerRomain Gonçalves <me@rgoncalves.se>2024-07-09 10:07:47 +0200
commit28d5c1c212a06d599160f96cbe0e6c88840ab367 (patch)
treee3504a070c0b212c93db5251c54b324c3ff39380 /contrib/Makefile
downloadinvoiceg-28d5c1c212a06d599160f96cbe0e6c88840ab367.tar.gz
inittrunk
Diffstat (limited to 'contrib/Makefile')
-rw-r--r--contrib/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
new file mode 100644
index 0000000..e04d380
--- /dev/null
+++ b/contrib/Makefile
@@ -0,0 +1,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.