# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # Branding Makefile for Icedove branding include $(topsrcdir)/config/rules.mk MAIL_APP_FILES = \ default16.png \ default22.png \ default24.png \ default32.png \ default48.png \ default256.png \ $(NULL) GARBAGE += $(MAIL_APP_FILES) export:: $(MAIL_APP_FILES) $(NSINSTALL) -D $(DIST)/branding cp $^ $(DIST)/branding/ default16.png: SIZE=16 default22.png: SIZE=22 default24.png: SIZE=24 default32.png: SIZE=32 default48.png: SIZE=48 default256.png: SIZE=256