Makefile.am (459B)
1 # Makefile.am 2 3 SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable 4 5 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor 6 7 install-data-hook: update-icon-cache 8 uninstall-hook: update-icon-cache 9 update-icon-cache: 10 @-if test -z "$(DESTDIR)"; then \ 11 echo "Updating GTK+ icon cache."; \ 12 $(gtk_update_icon_cache); \ 13 else \ 14 echo "*** Icon cache not updated. After (un)install, run this:"; \ 15 echo "*** $(gtk_update_icon_cache)"; \ 16 fi