diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-08-19 21:19:18 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-08-25 08:44:48 +0200 |
| commit | bfd02e2acc4e4c36ac88caa391eece71a05d8a29 (patch) | |
| tree | 85d0420fd431dffff62b64b8e4886b9ba9ffa442 /cards | |
| parent | 8394bbd8bb3e0bc7325bdf1db80e8705fa22db5d (diff) | |
Fix sizing cards Makefile.
Diffstat (limited to 'cards')
| -rw-r--r-- | cards/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cards/Makefile b/cards/Makefile index 5cad0d740..60e96c03b 100644 --- a/cards/Makefile +++ b/cards/Makefile @@ -9,13 +9,13 @@ sizing_card_%.zip: sizing_card_% sizing_card_flat: sizing_card_flat.png rm -rf sizing_card_flat mkdir sizing_card_flat - $(DCPOMATIC_CREATE) --content-ratio 185 $(CURDIR)/$< > $(CURDIR)/$@/metadata.xml + $(DCPOMATIC_CREATE) --container-ratio 185 $(CURDIR)/$< > $(CURDIR)/$@/metadata.xml $(DCPOMATIC_CLI) $(CURDIR)/$@ sizing_card_scope: sizing_card_scope.png rm -rf sizing_card_scope mkdir sizing_card_scope - $(DCPOMATIC_CREATE) --content-ratio 239 $(CURDIR)/$< > $(CURDIR)/$@/metadata.xml + $(DCPOMATIC_CREATE) --container-ratio 239 $(CURDIR)/$< > $(CURDIR)/$@/metadata.xml $(DCPOMATIC_CLI) $(CURDIR)/$@ sizing_card_%.png: sizing_card_%.svg |
