diff options
| -rw-r--r-- | cards/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cards/Makefile b/cards/Makefile index 7b257dae5..5cad0d740 100644 --- a/cards/Makefile +++ b/cards/Makefile @@ -19,6 +19,6 @@ sizing_card_scope: sizing_card_scope.png $(DCPOMATIC_CLI) $(CURDIR)/$@ sizing_card_%.png: sizing_card_%.svg - inkscape -z -C -e $@ $< + inkscape --export-filename $@ $< clean:; rm -rf sizing_card_flat sizing_card_scope sizing_card_flat.png sizing_card_scope.png |
