From e4ab5237dcbb6e9814cc977084edcbd8612caf0b Mon Sep 17 00:00:00 2001 From: raveit Date: Sun, 5 May 2013 15:23:43 +0200 Subject: add scalable symbolic icons to Menta theme --- menta/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'menta/Makefile.am') 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); \ -- cgit v1.2.1