diff options
author | David Robillard <d@drobilla.net> | 2008-10-03 01:32:43 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-10-03 01:32:43 +0000 |
commit | f6486f7a6fbbf80c0c68e3cb0a3ae0b4f62a24cc (patch) | |
tree | d9b457aa27a811888d3fe9637b412094e303befa /icons/Makefile.am | |
parent | 0cb30e720eee2577f1602d53ac9d9e99b70841ee (diff) | |
download | patchage-f6486f7a6fbbf80c0c68e3cb0a3ae0b4f62a24cc.tar.gz patchage-f6486f7a6fbbf80c0c68e3cb0a3ae0b4f62a24cc.tar.bz2 patchage-f6486f7a6fbbf80c0c68e3cb0a3ae0b4f62a24cc.zip |
Good riddance.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1602 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'icons/Makefile.am')
-rw-r--r-- | icons/Makefile.am | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/icons/Makefile.am b/icons/Makefile.am deleted file mode 100644 index 0287384..0000000 --- a/icons/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable - -gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/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 |