diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-04-17 00:56:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-10 23:43:42 +0100 |
| commit | 19d561056e8b7b5d03844f3e9063cf47eb31be87 (patch) | |
| tree | 417a77992db97b7a02f8f6c7db4ec09a5985a0d7 /cards/Makefile | |
| parent | 085f2c014738bf334019c6884454c773becbe79b (diff) | |
Add zip making.
Diffstat (limited to 'cards/Makefile')
| -rw-r--r-- | cards/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cards/Makefile b/cards/Makefile index 9183b2ff8..7b257dae5 100644 --- a/cards/Makefile +++ b/cards/Makefile @@ -1,7 +1,10 @@ DCPOMATIC_CREATE := ../run/dcpomatic_create DCPOMATIC_CLI := ../run/dcpomatic_cli -all: sizing_card_flat sizing_card_scope +all: sizing_card_flat.zip sizing_card_scope.zip + +sizing_card_%.zip: sizing_card_% + cd $< && zip -9 -r ../$@ SizingCard* sizing_card_flat: sizing_card_flat.png rm -rf sizing_card_flat |
