diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-08-19 20:59:00 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-08-25 08:44:48 +0200 |
| commit | 8d3237802de5ea814566c5dc2a52744cd3561e6c (patch) | |
| tree | fc303cb2184174f6af0bfee3976397aafd581bbb | |
| parent | 2fa3fe9d83adbf188b4fe39ddc46af7702c487fe (diff) | |
Fix for newer inkscape 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 |
