Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/icons/scalable/emblems/Makefile.am
blob: 1f7b3f691e6302ab0280b065de6166145b010d9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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-neighborhood-shared.svg  \
	emblem-notification.svg	        \
	emblem-outofrange.svg	        \
	emblem-question.svg	        \
	emblem-view-source.svg          \
	emblem-warning.svg	        \
	emblem-checked.svg	        \
	emblem-unchecked.svg

EXTRA_DIST = $(icon_DATA)

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