~blackskad/gnomeradio/dev-vol-button

« back to all changes in this revision

Viewing changes to data/icons/Makefile.am

  • Committer: mfcn
  • Date: 2006-11-05 22:17:56 UTC
  • Revision ID: svn-v3-trunk0:ba97a3d1-ec25-0410-b1c6-e06ad936ea6c:trunk:151
        * data/icons/Makefile.am:
        Run gtk-update-icon-cache on make install
        * src/gui.c: (main):
        Fix typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable
 
2
 
 
3
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
 
4
install-data-hook:
 
5
        @-if test -z "$(DESTDIR)"; then \
 
6
        echo "Updating Gtk icon cache."; \
 
7
        $(gtk_update_icon_cache); \
 
8
        else \
 
9
        echo "*** Icon cache not updated.  After install, run this:"; \
 
10
        echo "***   $(gtk_update_icon_cache)"; \
 
11
        fi