~ubuntu-branches/ubuntu/oneiric/gnome-system-tools/oneiric

« back to all changes in this revision

Viewing changes to icons/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2008-02-26 18:31:28 UTC
  • mto: (1.4.1 sid)
  • mto: This revision was merged to the branch mainline in revision 66.
  • Revision ID: james.westby@ubuntu.com-20080226183128-6on2172fw5ob1miy
Tags: upstream-2.21.92
ImportĀ upstreamĀ versionĀ 2.21.92

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