blob: af7f10c937c6bc8c1f415936411f18b59485936b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
themedir = $(datadir)/icons/Fog
size = 256x256
context = actions
iconsdir = $(themedir)/$(size)/$(context)
icons_DATA = \
document-open.png \
folder-new.png
EXTRA_DIST = \
$(icons_DATA)
if LEGACY_ICON_MAPPING
install-data-local: install-iconsDATA
(cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
endif
|