Updated Spanish translation
[anjuta.git] / pixmaps / Makefile.am
blob5032ee81cd37e31b477f97ebe5c46294771e8b58
1 SUBDIRS = hicolor
3 themes = hicolor
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
10 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; \
15                 done; \
16         else \
17                 echo "*** Icon cache not updated.  After install, run this:"; \
18                 echo "***   $(gtk_update_icon_cache)"; \
19         fi
21 anjuta_pixmapsdir = $(anjuta_image_dir)
23 dist_anjuta_pixmaps_DATA = \
24         madeinanjuta.xcf \
25         anjuta_logo.png \
26         anjuta_splash.png \
27         directory.png \
28         directory-accept.png \
29         password.png \
30         start-with-import.png 
32 anjuta_glade_pixmapsdir = $(anjuta_glade_dir)
33 dist_anjuta_glade_pixmaps_DATA = \
34         start-with-wizard.png \
35         start-with-import.png \
36         start-with-open.png
39 -include $(top_srcdir)/git.mk