changeset 69:1b40603fd1bb

Update inkscape command line options
author Guido Berhoerster <guido+feed-preview@berhoerster.name>
date Sun, 03 Mar 2024 18:11:12 +0100
parents fc5fca9af05f
children e405ff21ab31
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Feb 20 16:05:46 2024 +0100
+++ b/Makefile	Sun Mar 03 18:11:12 2024 +0100
@@ -73,7 +73,7 @@
 define generate-icon-rule
 $1: $(1:%-$(lastword $(subst -, ,$1))=%.svg)
 	size=$(lastword $(subst -, ,$(basename $1))); \
-	    $(INKSCAPE) -w $$$${size} -h $$$${size} -e $$@ $$<
+	    $(INKSCAPE) --export-type=png -w $$$${size} -h $$$${size} -o $$@ $$<
 endef
 
 $(foreach icon,$(BITMAP_ICONS),$(eval $(call generate-icon-rule,$(icon))))