From: Michael Tremer Date: Mon, 18 Mar 2019 16:38:40 +0000 (+0000) Subject: Makefile: Hack to make ImageMagick happier X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fb5d5f01e7b27db5e66646c1211191c38f580f60;p=ipfire.org.git Makefile: Hack to make ImageMagick happier Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index b0a34eaf..5150e96e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -993,7 +993,7 @@ src/scss/main.css: $(SCSS_FILES) Makefile src/static/favicon.ico: src/static/img/ipfire-tux.png Makefile $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \ $(CONVERT) $< -background none -flatten -density 1200 \ - -define icon:auto-resize=64,48,32,16 $@ + -resize 50% -define icon:auto-resize=64,48,32,16 $@ src/static/img/apple-touch-icon-%-precomposed.png: src/static/img/ipfire-tux.png Makefile $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \