~ubuntu-branches/ubuntu/trusty/unity-control-center/trusty

« back to all changes in this revision

Viewing changes to panels/color/icons/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2014-01-08 16:29:18 UTC
  • Revision ID: package-import@ubuntu.com-20140108162918-g29dd08tr913y2qh
Tags: upstream-14.04.0
ImportĀ upstreamĀ versionĀ 14.04.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = scalable 16x16 22x22 24x24 32x32 48x48 64x64 256x256
 
2
 
 
3
if MAINTAINER_MODE
 
4
 
 
5
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(pkgdatadir)/icons/hicolor
 
6
 
 
7
install-data-hook: update-icon-cache
 
8
uninstall-hook: update-icon-cache
 
9
update-icon-cache:
 
10
        @-if test -z "$(DESTDIR)"; then \
 
11
                echo "Updating Gtk icon cache."; \
 
12
                $(gtk_update_icon_cache); \
 
13
        else \
 
14
                echo "*** Icon cache not updated.  After (un)install, run this:"; \
 
15
                echo "***   $(gtk_update_icon_cache)"; \
 
16
        fi
 
17
 
 
18
endif
 
19
 
 
20
-include $(top_srcdir)/git.mk