Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/icons/scalable/emblems/Makefile.am
blob: e08d9ace7b2925fbe039b48b8fa0da0d82e8d9bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
iconsize=scalable
category=emblems
icondir = $(datadir)/icons/sugar/$(iconsize)/$(category)

icon_DATA =			\
	emblem-busy.svg		\
	emblem-charging.svg	\
	emblem-downloads.svg	\
	emblem-favorite.svg	\
	emblem-locked.svg	\
	emblem-notification.svg	\
	emblem-outofrange.svg	\
	emblem-question.svg	\
	emblem-view-source.svg  \
	emblem-warning.svg

EXTRA_DIST = $(icon_DATA)

install-data-local: install-iconDATA
	(cd $(DESTDIR)$(icondir)/.. && $(ICONMAP) -c $(category))