summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-03-21 20:20:29 +0100
committerraveit65 <[email protected]>2019-03-24 15:57:06 +0100
commitc236eabf6ac46e88f474578ecdfa5b10556ea1f4 (patch)
treefa93824af8643e0c4586e44d9e134be22a1ac842 /configure.ac
parentb66e6b66e3d8bb319e13e883694e9d9de61a95fc (diff)
downloadmate-icon-theme-c236eabf6ac46e88f474578ecdfa5b10556ea1f4.tar.bz2
mate-icon-theme-c236eabf6ac46e88f474578ecdfa5b10556ea1f4.tar.xz
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 13 insertions, 0 deletions
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
])