X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=icons%2FMakefile.am;h=2052549e9bb12a5007d3d7edd878668b686986af;hb=HEAD;hp=2caedee28b6faa7bbbbfe96aae7201753cfb2e12;hpb=63eef27ea56fc385cf1eb7af33211e697b384c3e;p=xfce4-hdaps.git diff --git a/icons/Makefile.am b/icons/Makefile.am index 2caedee..2052549 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -1,20 +1,39 @@ -# $Id$ - -SUBDIRS = \ - 48x48 \ +SUBDIRS = \ + 16x16 \ + 22x22 \ + 24x24 \ + 32x32 \ + 36x36 \ + 48x48 \ + 64x64 \ + 72x72 \ + 96x96 \ + 128x128 \ + 192x192 \ + 256x256 \ + 512x512 \ scalable gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor install-data-hook: - @-if test -z "$(DESTDIR)"; then \ + @-if test -z "$(DESTDIR)"; then \ echo "Updating Gtk icon cache."; \ $(gtk_update_icon_cache); \ else \ echo "*** Icon cache not updated. Remember to run:"; \ - echo "***"; \ + echo "***"; \ echo "*** $(gtk_update_icon_cache)"; \ - echo "***"; \ + echo "***"; \ fi -# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: +uninstall-hook: + @-if test -z "$(DESTDIR)"; then \ + echo "Updating Gtk icon cache."; \ + $(gtk_update_icon_cache); \ + else \ + echo "*** Icon cache not updated. Remember to run:"; \ + echo "***"; \ + echo "*** $(gtk_update_icon_cache)"; \ + echo "***"; \ + fi