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 | |
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')
-rw-r--r-- | icons/16x16/Makefile.am | 3 | ||||
-rw-r--r-- | icons/22x22/Makefile.am | 3 | ||||
-rw-r--r-- | icons/24x24/Makefile.am | 3 | ||||
-rw-r--r-- | icons/32x32/Makefile.am | 3 | ||||
-rw-r--r-- | icons/48x48/Makefile.am | 3 | ||||
-rw-r--r-- | icons/Makefile.am | 14 | ||||
-rw-r--r-- | icons/scalable/Makefile.am | 3 |
7 files changed, 0 insertions, 32 deletions
diff --git a/icons/16x16/Makefile.am b/icons/16x16/Makefile.am deleted file mode 100644 index f73fff3..0000000 --- a/icons/16x16/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -icondir = $(datadir)/icons/hicolor/16x16/apps -icon_DATA = patchage.png -EXTRA_DIST = $(icon_DATA) patchage.svg diff --git a/icons/22x22/Makefile.am b/icons/22x22/Makefile.am deleted file mode 100644 index b0f138f..0000000 --- a/icons/22x22/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -icondir = $(datadir)/icons/hicolor/22x22/apps -icon_DATA = patchage.png -EXTRA_DIST = $(icon_DATA) patchage.svg diff --git a/icons/24x24/Makefile.am b/icons/24x24/Makefile.am deleted file mode 100644 index 400ca22..0000000 --- a/icons/24x24/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -icondir = $(datadir)/icons/hicolor/24x24/apps -icon_DATA = patchage.png -EXTRA_DIST = $(icon_DATA) diff --git a/icons/32x32/Makefile.am b/icons/32x32/Makefile.am deleted file mode 100644 index edce6f2..0000000 --- a/icons/32x32/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -icondir = $(datadir)/icons/hicolor/32x32/apps -icon_DATA = patchage.png -EXTRA_DIST = $(icon_DATA) patchage.svg diff --git a/icons/48x48/Makefile.am b/icons/48x48/Makefile.am deleted file mode 100644 index c724369..0000000 --- a/icons/48x48/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -icondir = $(datadir)/icons/hicolor/48x48/apps -icon_DATA = patchage.png -EXTRA_DIST = $(icon_DATA) patchage.svg 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 diff --git a/icons/scalable/Makefile.am b/icons/scalable/Makefile.am deleted file mode 100644 index 4dd0154..0000000 --- a/icons/scalable/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -icondir = $(datadir)/icons/hicolor/scalable/apps -icon_DATA = patchage.svg -EXTRA_DIST = $(icon_DATA) |