diff options
author | rbuj <[email protected]> | 2019-03-26 17:27:58 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-30 18:01:00 +0100 |
commit | c8ac150b8a7aca83fb984eac0b2619b4daf30071 (patch) | |
tree | 20601748ee1d50537a41371fbac453b404dec1b0 /mate/24x24/Makefile.am | |
parent | c236eabf6ac46e88f474578ecdfa5b10556ea1f4 (diff) | |
download | mate-icon-theme-c8ac150b8a7aca83fb984eac0b2619b4daf30071.tar.bz2 mate-icon-theme-c8ac150b8a7aca83fb984eac0b2619b4daf30071.tar.xz |
Gen png icons from source. Mate: apps, categories & devices
clean & build:
make -C mate clean-png-icons
make -C mate build-png-icons
Diffstat (limited to 'mate/24x24/Makefile.am')
-rw-r--r-- | mate/24x24/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mate/24x24/Makefile.am b/mate/24x24/Makefile.am index 037fc82..b3dafbb 100644 --- a/mate/24x24/Makefile.am +++ b/mate/24x24/Makefile.am @@ -2,8 +2,12 @@ NULL = DIST_SUBDIRS = \ apps \ + categories \ + devices \ $(NULL) SUBDIRS = \ apps \ + categories \ + devices \ $(NULL) |