aboutsummaryrefslogtreecommitdiff
path: root/data/icons/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-02-04 18:58:00 +0100
committerTed Gould <ted@canonical.com>2009-02-04 18:58:00 +0100
commitcf719f1fe43456745decbed1f7cf79a8fa5f9506 (patch)
tree1a5fb236f2fb482f395b07dfc5737bca41a185a4 /data/icons/Makefile.am
parenteae7dfc09c05436a138cbf0585d6f45e07e46969 (diff)
parent7ef6658a210f363bfe20563aad59b145d77ef43a (diff)
downloadlibayatana-indicator-cf719f1fe43456745decbed1f7cf79a8fa5f9506.tar.gz
libayatana-indicator-cf719f1fe43456745decbed1f7cf79a8fa5f9506.tar.bz2
libayatana-indicator-cf719f1fe43456745decbed1f7cf79a8fa5f9506.zip
Merge in documentation and icons
Diffstat (limited to 'data/icons/Makefile.am')
-rw-r--r--data/icons/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
deleted file mode 100644
index 17dca13..0000000
--- a/data/icons/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-SUBDIRS = scalable 16x16 22x22 24x24 32x32 48x48
-
-gtk_update_icon_cache = gtk-update-icon-cache -f -t $(pkgdatadir)/icons/hicolor
-
-install-data-hook: update-icon-cache
-uninstall-hook: update-icon-cache
-update-icon-cache:
- @-if test -z "$(DESTDIR)"; then \
- echo "Updating Gtk icon cache."; \
- $(gtk_update_icon_cache); \
- else \
- echo "*** Icon cache not updated. After (un)install, run this:"; \
- echo "*** $(gtk_update_icon_cache)"; \
- fi
-