From: Michael Tremer Date: Tue, 17 Mar 2026 17:02:05 +0000 (+0000) Subject: favicon: Generate the favicon only for the standard design X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3db4254923a4564a074d7f5a26bc6f319bbacf5;p=artwork.git favicon: Generate the favicon only for the standard design Signed-off-by: Michael Tremer --- diff --git a/Makefile b/Makefile index e785f56..4f6868e 100644 --- a/Makefile +++ b/Makefile @@ -16,20 +16,21 @@ FILES = \ logo-square-512x512.png \ logo-square-1024x1024.png \ logo-square-2048x2048.png \ - logo-square-4096x4096.png \ - \ - favicon.svg \ - favicon-16x16.png \ - favicon-32x32.png \ - favicon-64x64.png \ - favicon-128x128.png \ - favicon-256x256.png \ - \ - apple-touch-icon.png + logo-square-4096x4096.png OBJECTS = \ $(foreach style,$(STYLES),$(foreach file,$(FILES),$(style)/$(file))) +# The favicon only exists in the standard design +OBJECTS += \ + standard/favicon.svg \ + standard/favicon-16x16.png \ + standard/favicon-32x32.png \ + standard/favicon-64x64.png \ + standard/favicon-128x128.png \ + standard/favicon-256x256.png \ + standard/apple-touch-icon.png + # Colors PRIMARY = ff2e52 DARK = 363636