autoconf tweaking
[eyes-widget] / icons / Makefile.am
1 # $Id: Makefile.am 2397 2007-01-17 17:46:35Z nick $
2
3 SUBDIRS =                                                               \
4         48x48                                                           \
5         64x64
6
7 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
8
9 install-data-hook:
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. Remember to run:";    \
15                 echo "***";                                             \
16                 echo "***   $(gtk_update_icon_cache)";                  \
17                 echo "***";                                             \
18         fi
19
20 # vi:set ts=8 sw=8 noet ai nocindent syntax=automake: