aboutsummaryrefslogtreecommitdiff
path: root/pixmaps/icons/Makefile.am
blob: f76389b2fba98b16d865b2279361caa0da6d0140 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
theme=hicolor
 themedir=$(datadir)/icons/$(theme)
 theme_icons = \
	apps,gnunet-gtk.svg \
	apps,gnunet-gtk-16.png \
	apps,gnunet-gtk-22.png \
	apps,gnunet-gtk-24.png \
	apps,gnunet-gtk-32.png

 install_icon_exec = $(top_srcdir)/pixmaps/icons/icon-theme-installer -t 
$(theme) -s $(srcdir) -d "x$(DESTDIR)" -b $(themedir) -m 
"$(mkinstalldirs)" -x "$(INSTALL_DATA)"
 install-data-local:
	$(install_icon_exec) -i $(theme_icons)

	uninstall-hook:
		$(install_icon_exec) -u $(theme_icons)

	MAINTAINERCLEANFILES = Makefile.in
	EXTRA_DIST = $(wildcard *.svg *.png)