From bfd02e2acc4e4c36ac88caa391eece71a05d8a29 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 19 Aug 2025 21:19:18 +0200 Subject: Fix sizing cards Makefile. --- cards/Makefile | 4 ++-- 1 file 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 -- cgit v1.2.3