diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2024-07-09 10:04:00 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2024-07-09 10:07:47 +0200 |
commit | 28d5c1c212a06d599160f96cbe0e6c88840ab367 (patch) | |
tree | e3504a070c0b212c93db5251c54b324c3ff39380 /contrib/Makefile | |
download | invoiceg-trunk.tar.gz |
inittrunk
Diffstat (limited to 'contrib/Makefile')
-rw-r--r-- | contrib/Makefile | 5 |
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 |