~ubuntu-branches/ubuntu/precise/xfce4-panel/precise

« back to all changes in this revision

Viewing changes to icons/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-12-04 15:45:53 UTC
  • mto: (4.1.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 50.
  • Revision ID: james.westby@ubuntu.com-20101204154553-f452gq02eiksf09f
Tags: upstream-4.7.5
ImportĀ upstreamĀ versionĀ 4.7.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id$
2
1
 
3
 
SUBDIRS =                                                               \
4
 
        16x16                                                           \
5
 
        22x22                                                           \
6
 
        24x24                                                           \
7
 
        32x32                                                           \
8
 
        48x48
 
2
SUBDIRS = \
 
3
        16x16 \
 
4
        22x22 \
 
5
        24x24 \
 
6
        32x32 \
 
7
        48x48 \
 
8
        scalable
9
9
 
10
10
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
11
11
 
12
12
install-data-hook:
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. Remember to run:";    \
18
 
                echo "***";                                             \
19
 
                echo "***   $(gtk_update_icon_cache)";                  \
20
 
                echo "***";                                             \
 
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. Remember to run:"; \
 
18
                echo "***"; \
 
19
                echo "***   $(gtk_update_icon_cache)"; \
 
20
                echo "***"; \
21
21
        fi
22
22
 
23
23
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: