~guadalinex-members/gnome-system-tools/gnome-system-tools-2.22.2

« back to all changes in this revision

Viewing changes to icons/Makefile.am

  • Committer: Juanje Ojeda Croissier
  • Date: 2009-04-06 15:47:26 UTC
  • Revision ID: jojeda@emergya.es-20090406154726-h29t5g1n1wwc4x2h
Tags: gnome-system-tools-2.22.2-0ubuntu3
Imported the g-s-t code directly from the source package gnome-system-tools-2.22.2-0ubuntu3 (jaunty)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable
 
2
 
 
3
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
 
4
 
 
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