diff Makefile @ 31:e22195f84c6d

Adjust command line options to Inkscape 1.0
author Guido Berhoerster <guido+tab-mover@berhoerster.name>
date Mon, 01 Mar 2021 11:11:22 +0100
parents b1b1f2737249
children df8ade6f65c4
line wrap: on
line diff
--- a/Makefile	Mon Mar 01 08:28:26 2021 +0100
+++ b/Makefile	Mon Mar 01 11:11:22 2021 +0100
@@ -53,7 +53,7 @@
 define generate-icon-rule
 $1: $(1:%-$(lastword $(subst -, ,$1))=%.svg)
 	size=$(lastword $(subst -, ,$(basename $1))); \
-	    $(INKSCAPE) -w $$$${size} -h $$$${size} -e $$@ $$<
+	    $(INKSCAPE) -w $$$${size} -h $$$${size} -o $$@ $$<
 endef
 
 $(foreach icon,$(BITMAP_ICONS),$(eval $(call generate-icon-rule,$(icon))))