4 themedir = ${datadir}/icons
5 gtk_update_icon_cache = gtk-update-icon-cache -f -t
7 install-data-hook: update-icon-cache
8 uninstall-hook: update-icon-cache
11 @-if test -z "$(DESTDIR)"; then \
12 echo "Updating Gtk icon cache."; \
13 for theme in $(themes); do \
14 $(gtk_update_icon_cache) $(themedir)/$$theme; \
17 echo "*** Icon cache not updated. After install, run this:"; \
18 echo "*** $(gtk_update_icon_cache)"; \
21 anjuta_pixmapsdir = $(anjuta_image_dir)
23 dist_anjuta_pixmaps_DATA = \
28 directory-accept.png \
32 anjuta_glade_pixmapsdir = $(anjuta_glade_dir)
33 dist_anjuta_glade_pixmaps_DATA = \
34 start-with-wizard.png \
35 start-with-import.png \
39 -include $(top_srcdir)/git.mk