aboutsummaryrefslogtreecommitdiffstats
path: root/data/icons/22x22/actions/Makefile.am
blob: d761adbce98837cd2299f87acd1324ea69b9ed3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
themedir = $(pkgdatadir)/icons/hicolor
size = 22x22
context = actions

iconsdir = $(themedir)/$(size)/$(context)

icons_DATA = \
    download.png


EXTRA_DIST =                            \
    $(icons_DATA)

MAINTAINERCLEANFILES =                  \
    Makefile.in

install-data-local: install-iconsDATA
    if  test -n "$(ICONMAP)" ; then \
        (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) ; \
    fi

uninstall-am: uninstall-iconsDATA