diff options
| -rw-r--r-- | cards/.gitignore | 3 | ||||
| -rw-r--r-- | cards/Makefile | 5 |
2 files changed, 7 insertions, 1 deletions
diff --git a/cards/.gitignore b/cards/.gitignore index 2b4e19050..b5d851d19 100644 --- a/cards/.gitignore +++ b/cards/.gitignore @@ -2,3 +2,6 @@ sizing_card_flat sizing_card_scope sizing_card_flat.png sizing_card_scope.png +sizing_card_flat.zip +sizing_card_scope.zip + 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 |
