diff options
author | raveit65 <[email protected]> | 2017-04-20 07:37:21 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-04-20 07:37:21 +0200 |
commit | 725bb85a341a2a40ec4bbf6f80366bfc8a047428 (patch) | |
tree | 7d8985cc1cdade19183eb4a8dc5eb94f9455cb86 /Makefile.am | |
parent | 24583c17ba4d9563d701741d8a5ee6109a637ec3 (diff) | |
download | mate-icon-theme-725bb85a341a2a40ec4bbf6f80366bfc8a047428.tar.bz2 mate-icon-theme-725bb85a341a2a40ec4bbf6f80366bfc8a047428.tar.xz |
Revert "Revert "add svg iso flags""
This reverts commit 24583c17ba4d9563d701741d8a5ee6109a637ec3.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index fd05133..c61448c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ SUBDIRS = \ theme_in_files = index.theme.in.in theme_DATA = $(theme_in_files:.theme.in.in=.theme) -THEME_DIRS=$(shell SIZES="$(render_sizes)"; for size in $$SIZES; do for dir in `find $(srcdir)/$(SVGOUTDIR)/$$size/* -type d`; do printf "$$dir,"; done; done; echo "scalable/actions,scalable/apps,scalable/categories,scalable/devices,scalable/emblems,scalable/emotes,scalable/mimetypes,scalable/places,scalable/status,scalable-up-to-32/status") +THEME_DIRS=$(shell SIZES="$(render_sizes)"; for size in $$SIZES; do for dir in `find $(srcdir)/$(SVGOUTDIR)/$$size/* -type d`; do printf "$$dir,"; done; done; echo "scalable/actions,scalable/animations,scalable/apps,scalable/categories,scalable/devices,scalable/emblems,scalable/emotes,scalable/mimetypes,scalable/places,scalable/status,scalable-up-to-32/status") %.theme.in: %.theme.in.in $(SVGOUTDIR) Makefile dirs="`echo $(THEME_DIRS) | sed -e 's#$(srcdir)/mate/##g'`"; \ |