Implement simple revision log UI
[anjuta-git-plugin.git] / pixmaps / Makefile.am
blob11585a0c32f7f6c4905914a39b9b1a80418c54f2
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         madeinanjuta.xcf \
25         anjuta.svg \
26         anjuta.png \
27         anjuta_logo.png \
28         anjuta_splash.png \
29         directory.png \
30         directory-accept.png \
31         password.png \
32         start-with-import.png 
34 anjuta_glade_pixmapsdir = $(anjuta_glade_dir)
35 anjuta_glade_pixmaps_DATA = \
36         start-with-wizard.png \
37         start-with-import.png \
38         start-with-open.png
40 EXTRA_DIST = $(anjuta_pixmaps_DATA) \
41                                                 $(anjuta_glade_pixmaps_DATA) \
42                                                 $(icon_DATA) \
43                                                 $(svgicon_DATA)