diff options
author | rbuj <[email protected]> | 2019-04-01 15:36:21 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-09 10:03:05 +0200 |
commit | 4242025857f3edb4eadaa7bd4248e5123b70b6d0 (patch) | |
tree | 336f25da44ae3ecf29a36f9c0e6d18b214d446f2 /mate/16x16/Makefile.am | |
parent | 494e9e8c1aadfa90c754660cbe01493b4ff234ec (diff) | |
download | mate-icon-theme-4242025857f3edb4eadaa7bd4248e5123b70b6d0.tar.bz2 mate-icon-theme-4242025857f3edb4eadaa7bd4248e5123b70b6d0.tar.xz |
Gen png icons from source - Mate theme
clean & build:
make -C mate clean-png-icons
make -C mate build-png-icons
Diffstat (limited to 'mate/16x16/Makefile.am')
-rw-r--r-- | mate/16x16/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mate/16x16/Makefile.am b/mate/16x16/Makefile.am index b3dafbb..160fec0 100644 --- a/mate/16x16/Makefile.am +++ b/mate/16x16/Makefile.am @@ -1,13 +1,21 @@ NULL = DIST_SUBDIRS = \ + actions \ apps \ categories \ devices \ + emblems \ + places \ + status \ $(NULL) SUBDIRS = \ + actions \ apps \ categories \ devices \ + emblems \ + places \ + status \ $(NULL) |