changed the refresh hotkey
[giggle.git] / pixmaps / Makefile.am
blob5b1927ffb7e344d5521ea6facd262b236eaf0977
1 icon16dir = $(datadir)/icons/hicolor/16x16/apps
2 icon16_DATA = 16x16/giggle.png
4 icon22dir = $(datadir)/icons/hicolor/22x22/apps
5 icon22_DATA = 22x22/giggle.png
7 icon32dir = $(datadir)/icons/hicolor/32x32/apps
8 icon32_DATA = 32x32/giggle.png
10 icon48dir = $(datadir)/icons/hicolor/48x48/apps
11 icon48_DATA = 48x48/giggle.png
13 svgicondir = $(datadir)/icons/hicolor/scalable/apps
14 svgicon_DATA = scalable/giggle.svg
16 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
18 install-data-hook: update-icon-cache
19 uninstall-hook: update-icon-cache
20 update-icon-cache:
21         @-if test -z "$(DESTDIR)"; then \
22                 echo "Updating Gtk icon cache."; \
23                 $(gtk_update_icon_cache); \
24         else \
25                 echo "*** Icon cache not updated.  After (un)install, run this:"; \
26                 echo "***   $(gtk_update_icon_cache)"; \
27         fi
29 EXTRA_DIST = \
30         $(icon16_DATA) \
31         $(icon22_DATA) \
32         $(icon32_DATA) \
33         $(icon48_DATA) \
34         $(svgicon_DATA)