diff options
author | Stefano Karapetsas <[email protected]> | 2013-06-05 04:46:43 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-06-05 04:46:43 -0700 |
commit | b75491083bc54ca77a3c2a9fe15a036bbeadda12 (patch) | |
tree | 633ea276a8a1820ae601bee88e42bdf80cce0818 /menta/Makefile.am | |
parent | f3f97d2d9b0b6c0d4d4b1f0af7fcefc36ca83732 (diff) | |
parent | e4ab5237dcbb6e9814cc977084edcbd8612caf0b (diff) | |
download | mate-icon-theme-b75491083bc54ca77a3c2a9fe15a036bbeadda12.tar.bz2 mate-icon-theme-b75491083bc54ca77a3c2a9fe15a036bbeadda12.tar.xz |
Merge pull request #8 from NiceandGently/master
add scalable symbolic icons to Menta theme
Diffstat (limited to 'menta/Makefile.am')
-rw-r--r-- | menta/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/menta/Makefile.am b/menta/Makefile.am index 2165f56..4f29fa2 100644 --- a/menta/Makefile.am +++ b/menta/Makefile.am @@ -8,6 +8,9 @@ install-data-local: for file in `cd $(top_srcdir)/menta && find . -name "*.png" | sed s@./@/@`; do \ $(install_sh_DATA) $(top_srcdir)/menta/$$file $(DESTDIR)$(themedir)/$$file; \ done; \ + for file in `cd $(top_srcdir)/menta && find . -name "*.svg" | sed s@./@/@`; do \ + $(install_sh_DATA) $(top_srcdir)/menta/$$file $(DESTDIR)$(themedir)/$$file; \ + done; \ $(install_sh_DATA) $(top_srcdir)/menta/index.theme $(DESTDIR)$(themedir)/index.theme; \ if [ $(ICONMAP) != "false" ]; then \ cd $(DESTDIR)$(themedir); \ |