# HG changeset patch # User Matti Hamalainen # Date 1493039346 -10800 # Node ID 50fb9b4e2751a53635095a3a5553b1f5421036ad # Parent 30babce5c4be543f33b98f8cf184837cf764e8cf Fix Inkscape export for icons. diff -r 30babce5c4be -r 50fb9b4e2751 Makefile.gen --- a/Makefile.gen Mon Apr 24 12:38:26 2017 +0300 +++ b/Makefile.gen Mon Apr 24 16:09:06 2017 +0300 @@ -88,7 +88,7 @@ ### Application rules ### $(APP_IMG)icon-%.png: $(addprefix $(APP_IMG),$(LOGO_SVG)) - inkscape --export-area-page -w $(patsubst icon-%.png,%,$@) -h $(patsubst icon-%.png,%,$@) -e "$@" "$<" + inkscape --export-area-page -w $(patsubst $(APP_IMG)icon-%.png,%,$@) -h $(patsubst $(APP_IMG)icon-%.png,%,$@) -e "$@" "$<" $(APP_IMG)logo.png: $(addprefix $(APP_IMG),$(LOGO_SVG)) inkscape --export-area-page -w 320 -h 280 -e "$@" "$<"