From c236eabf6ac46e88f474578ecdfa5b10556ea1f4 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 --- configure.ac | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9d0233f..ca8ed3f 100644 --- a/configure.ac +++ b/configure.ac @@ -3,6 +3,7 @@ AC_PREREQ(2.53) AC_INIT([mate-icon-theme], [1.22.0], [http://www.mate-desktop.org]) AC_CONFIG_SRCDIR([index.theme.in.in]) +AM_EXTRA_RECURSIVE_TARGETS([clean-png-icons build-png-icons]) AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip foreign check-news]) @@ -62,6 +63,18 @@ po/Makefile.in src/Makefile menta/Makefile mate/Makefile +mate/16x16/Makefile +mate/16x16/apps/Makefile +mate/22x22/Makefile +mate/22x22/apps/Makefile +mate/24x24/Makefile +mate/24x24/apps/Makefile +mate/32x32/Makefile +mate/32x32/apps/Makefile +mate/48x48/Makefile +mate/48x48/apps/Makefile +mate/256x256/Makefile +mate/256x256/apps/Makefile mate/scalable/Makefile mate/scalable-up-to-32/Makefile ]) -- cgit v1.2.1