]> git.ipfire.org Git - ipfire.org.git/commitdiff
Makefile: Hack to make ImageMagick happier
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 18 Mar 2019 16:38:40 +0000 (16:38 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 18 Mar 2019 16:38:40 +0000 (16:38 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am

index b0a34eaf17c2d3034e4a99e2937d3a0aa35e76da..5150e96eddf63b63f9c7b6dc7c9210d0737c48f7 100644 (file)
@@ -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 $@) && \