summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgrizzlyuser <grizzlyuser@protonmail.com>2021-08-11 10:16:14 +0300
committergrizzlyuser <grizzlyuser@protonmail.com>2021-09-12 16:04:52 +0300
commit9119804f575418a40ff2905b49117ce621969146 (patch)
treee278fde7c3538b9676ffaaab69dca43962086c40 /src
parent47390d43fc66a018cb3f1a734ca689b6312d8422 (diff)
iceweasel_branding: 91.091.0-1
identity-icons-brand.svg has been removed upstream, yet Arch Linux added it to their VCS repo, to be used as "symbolic" application icon in some DEs. As it looks like we don't have this icon for Iceweasel, let's just drop it for now. If anybody is not happy about the missing icon, it can be added later.
Diffstat (limited to 'src')
-rw-r--r--src/branding/content/Makefile.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/branding/content/Makefile.in b/src/branding/content/Makefile.in
index 5035d1b..fb0c68d 100644
--- a/src/branding/content/Makefile.in
+++ b/src/branding/content/Makefile.in
@@ -8,10 +8,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
-UNOFFICIAL_BRANDING_FILES = \
- identity-icons-brand.svg \
- $(NULL)
-
misc:: about-logo.png about-logo@2x.png about-wordmark.svg firefox-wordmark.svg about.png icon16.png icon48.png icon64.png $(UNOFFICIAL_BRANDING_FILES)
GARBAGE += $(CHROME_DEPS)
@@ -41,6 +37,3 @@ icon%.png:
../%.png:
$(MAKE) -C .. $(notdir $@)
-
-$(UNOFFICIAL_BRANDING_FILES): %: $(topsrcdir)/browser/branding/unofficial/content/%
- cp -f $^ $@