diff options
author | raveit65 <[email protected]> | 2015-04-03 18:49:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-03 18:49:40 +0200 |
commit | af046d41076694464bcd3912c035ae5b32e84a4e (patch) | |
tree | 59806065a15cab4ece903ae96a16d648b2e18fa7 /icon-themes/ContrastHighLargePrintInverse/48x48/status/Makefile.am | |
parent | 0809cd77dfdbe19672a125155bbe00a4bcafba13 (diff) | |
download | mate-themes-af046d41076694464bcd3912c035ae5b32e84a4e.tar.bz2 mate-themes-af046d41076694464bcd3912c035ae5b32e84a4e.tar.xz |
package clean up
fixes https://github.com/mate-desktop/mate-themes/issues/83
Diffstat (limited to 'icon-themes/ContrastHighLargePrintInverse/48x48/status/Makefile.am')
-rw-r--r-- | icon-themes/ContrastHighLargePrintInverse/48x48/status/Makefile.am | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/icon-themes/ContrastHighLargePrintInverse/48x48/status/Makefile.am b/icon-themes/ContrastHighLargePrintInverse/48x48/status/Makefile.am deleted file mode 100644 index 0e8b52d0..00000000 --- a/icon-themes/ContrastHighLargePrintInverse/48x48/status/Makefile.am +++ /dev/null @@ -1,46 +0,0 @@ -NULL= - -themedir = $(datadir)/icons/ContrastHighLargePrintInverse -size = 48x48 -context = status - -icondir = $(themedir)/$(size)/$(context) - -icon_DATA= \ - audio-volume-high.png \ - audio-volume-low.png \ - audio-volume-medium.png \ - audio-volume-muted.png \ - battery-caution.png \ - battery-low.png \ - folder-drag-accept.icon \ - folder-drag-accept.png \ - user-trash-full.png \ - media-playlist-repeat.png \ - media-playlist-shuffle.png \ - network-error.png \ - network-idle.png \ - network-offline.png \ - network-receive.png \ - network-transmit.png \ - network-transmit-receive.png \ - printer-error.png \ - printer-printing.png \ - weather-clear-night.png \ - weather-clear.png \ - weather-few-clouds-night.png \ - weather-few-clouds.png \ - weather-fog.png \ - weather-overcast.png \ - weather-showers.png \ - weather-showers-scattered.png \ - weather-snow.png \ - weather-storm.png \ - $(NULL) - -EXTRA_DIST= $(icon_DATA) - -if LEGACY_ICON_MAPPING -install-data-local: install-iconDATA - (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) -endif |