From 27ab3d81f72397f74af14dc0146e0689837da806 Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 21 Mar 2019 20:20:29 +0100 Subject: Update terminal icons for mate theme icons: apps/utilities-terminal apps/utilities-system-monitor clean & build: make -C mate clean-png-icons make -C mate build-png-icons --- mate/Makefile.am | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) (limited to 'mate/Makefile.am') diff --git a/mate/Makefile.am b/mate/Makefile.am index 0aff2bb..4ecb56e 100644 --- a/mate/Makefile.am +++ b/mate/Makefile.am @@ -1,8 +1,25 @@ +NULL = + themedir = $(datadir)/icons/mate -SUBDIRS = scalable \ - scalable-up-to-32 +DIMENSIONS = \ + 16x16 \ + 22x22 \ + 24x24 \ + 32x32 \ + 48x48 \ + 256x256 \ + $(NULL) + +SUBDIRS = \ + $(DIMENSIONS) \ + scalable \ + scalable-up-to-32 \ + $(NULL) -DIST_SUBDIRS = scalable \ - scalable-up-to-32 +DIST_SUBDIRS = \ + $(DIMENSIONS) \ + scalable \ + scalable-up-to-32 \ + $(NULL) -- cgit v1.2.1