Updated Spanish translation
[anjuta-git-plugin.git] / pixmaps / Makefile.am
blob678167ffdf75bfce498ce190d218228cf83aed43
1 ## Process this file with automake to produce Makefile.in
3 icondir = $(datadir)/icons/hicolor/48x48/apps
4 icon_DATA = anjuta.png
5 svgicondir = $(datadir)/icons/hicolor/scalable/apps
6 svgicon_DATA = anjuta.svg
8 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
10 install-data-hook: update-icon-cache
11 uninstall-hook: update-icon-cache
12 update-icon-cache:
13         @-if test -z "$(DESTDIR)"; then \
14         echo "Updating Gtk icon cache."; \
15                 $(gtk_update_icon_cache); \
16         else \
17                 echo "*** Icon cache not updated.  After (un)install, run this:"; \
18                 echo "***   $(gtk_update_icon_cache)"; \
19         fi
21 anjuta_pixmapsdir = $(anjuta_image_dir)
23 anjuta_pixmaps_DATA = \
24         anjuta.png \
25         anjuta_logo.png \
26         anjuta_splash.png \
27         directory.png \
28         directory-accept.png \
29         password.png \
30         preferences-general.png \
31         start-with-import.png 
33 anjuta_glade_pixmapsdir = $(anjuta_glade_dir)
34 anjuta_glade_pixmaps_DATA = \
35         start-with-wizard.png \
36         start-with-import.png \
37         start-with-open.png
39 EXTRA_DIST = $(anjuta_pixmaps_DATA) \
40                                                 $(anjuta_glade_pixmaps_DATA) \
41                                                 $(icon_DATA) \
42                                                 $(svgicon_DATA)