summaryrefslogtreecommitdiff
path: root/src/icedove-branding/Makefile.in
blob: 157367226e0299d249314d0cebd3b35cc6c37fcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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