# HG changeset patch # User Guido Berhoerster # Date 1614593482 -3600 # Node ID e22195f84c6d0307c879ce5ce92a460587fd52a9 # Parent 834e58df10dabeca249a41ad9fdba3e04fa68bba Adjust command line options to Inkscape 1.0 diff -r 834e58df10da -r e22195f84c6d Makefile --- 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))))