diff options
author | rbuj <[email protected]> | 2019-03-21 20:20:29 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-24 15:57:06 +0100 |
commit | c236eabf6ac46e88f474578ecdfa5b10556ea1f4 (patch) | |
tree | fa93824af8643e0c4586e44d9e134be22a1ac842 /mate/Makefile.am | |
parent | b66e6b66e3d8bb319e13e883694e9d9de61a95fc (diff) | |
download | mate-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 'mate/Makefile.am')
-rw-r--r-- | mate/Makefile.am | 25 |
1 files changed, 21 insertions, 4 deletions
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) |