Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/chrome/Makefile.am
blob: d319915a58559a2d4c3e7dc4de87e165bc57ffe5 (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
manifestdir = $(pkgdatadir)/chrome
manifest_in_files = chrome.manifest.in
manifest_DATA = $(manifest_in_files:.manifest.in=.manifest)

%.manifest: %.manifest.in
	@sed -e "s!@CHROMEDIR@!$(pkgdatadir)/chrome!g" $< > $@

brandingdir = $(manifestdir)/branding
branding_DATA = brand.properties

globalchromedir = $(manifestdir)/global
globalchrome_DATA = netError.dtd

EXTRA_DIST = \
	$(manifest_in_files)	\
	$(branding_in_files)	\
	$(globalchrome_DATA)	\
	$(branding_DATA)

CLEANFILES = \
	$(manifest_DATA)

DISTCLEANFILES = \
	$(manifest_DATA)	\
	$(branding_DATA)