]> git.sur5r.net Git - glabels/blob - data/icons/Makefile.am
Imported Upstream version 3.0.0
[glabels] / data / icons / Makefile.am
1
2 SUBDIRS = 16x16 22x22 24x24 32x32 48x48
3
4 gtk_update_icon_cache = $(GTK_UPDATE_ICON_CACHE) -f -t $(datadir)/icons/hicolor
5
6 install-data-hook: update-icon-cache
7 uninstall-hook: update-icon-cache
8 update-icon-cache:
9         @-if test -z "$(DESTDIR)"; then \
10                 echo "Updating Gtk icon cache."; \
11                 $(gtk_update_icon_cache); \
12         else \
13                 echo "*** Icon cache not updated.  After (un)install, run this:"; \
14                 echo "***   $(gtk_update_icon_cache)"; \
15         fi