Updated Spanish translation
[anjuta.git] / pixmaps / Makefile.am
blob3311b761a742e54d93b7d552a68ad9fae8bc44fa
1 SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable
3 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
5 install-data-hook: update-icon-cache
6 uninstall-hook: update-icon-cache
7 update-icon-cache:
8         @-if test -z "$(DESTDIR)"; then \
9         echo "Updating Gtk icon cache."; \
10                 $(gtk_update_icon_cache); \
11         else \
12                 echo "*** Icon cache not updated.  After (un)install, run this:"; \
13                 echo "***   $(gtk_update_icon_cache)"; \
14         fi
16 anjuta_pixmapsdir = $(anjuta_image_dir)
18 anjuta_pixmaps_DATA = \
19         madeinanjuta.xcf \
20         anjuta_logo.png \
21         anjuta_splash.png \
22         directory.png \
23         directory-accept.png \
24         password.png \
25         start-with-import.png 
27 anjuta_glade_pixmapsdir = $(anjuta_glade_dir)
28 anjuta_glade_pixmaps_DATA = \
29         start-with-wizard.png \
30         start-with-import.png \
31         start-with-open.png
33 EXTRA_DIST = $(anjuta_pixmaps_DATA) \
34                                                 $(anjuta_glade_pixmaps_DATA) \
35                                                 $(icon_DATA) \
36                                                 $(svgicon_DATA)
39 -include $(top_srcdir)/git.mk