~ubuntu-branches/ubuntu/karmic/thunar/karmic

« back to all changes in this revision

Viewing changes to icons/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jani Monoses
  • Date: 2006-04-14 09:45:48 UTC
  • mto: (2.1.1 lenny) (1.1.24 upstream)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20060414094548-f2wbfmedrp8fkpg9
Tags: upstream-0.2.2svn+r20869
ImportĀ upstreamĀ versionĀ 0.2.2svn+r20869

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile.am 20003 2006-02-23 16:07:03Z benny $
 
1
# $Id: Makefile.am 20832 2006-04-09 17:40:51Z benny $
2
2
 
3
3
SUBDIRS =                                                               \
4
4
        16x16                                                           \
6
6
        48x48                                                           \
7
7
        scalable
8
8
 
 
9
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
 
10
 
 
11
install-data-hook:
 
12
        @-if test -z "$(DESTDIR)"; then                                 \
 
13
                echo "Updating Gtk icon cache.";                        \
 
14
                $(gtk_update_icon_cache);                               \
 
15
        else                                                            \
 
16
                echo "*** Icon cache not updated. Remember to run:";    \
 
17
                echo "***";                                             \
 
18
                echo "***   $(gtk_update_icon_cache)";                  \
 
19
                echo "***";                                             \
 
20
        fi
 
21
 
9
22
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: