summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2013-08-25 14:25:01 +0200
committerraveit65 <[email protected]>2013-08-25 14:25:01 +0200
commit32f43f628dd4793ec3e53f7aad55d652678e835f (patch)
tree7350b51d109b192a46803381f583f7e68461713f
parentd829a7030232be2d9be5a7a17b3304462655b46d (diff)
downloadmate-icon-theme-32f43f628dd4793ec3e53f7aad55d652678e835f.tar.bz2
mate-icon-theme-32f43f628dd4793ec3e53f7aad55d652678e835f.tar.xz
Mate: fix scalable directories in index.theme
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index b699fcf..40355fe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,12 +3,12 @@ DISTCHECK_CONFIGURE_FLAGS = --disable-icon-mapping
SUBDIRS = \
po $(SVGSRCDIR) \
menta \
- mate/scalable
+ mate
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/devices,scalable/emblems,scalable/mimetypes,scalable/places,scalable/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/apps,scalable/categories,scalable/devices,scalable/emblems,scalable/emotes,scalable/mimetypes,scalable/places,scalable/status")
%.theme.in: %.theme.in.in $(SVGOUTDIR) Makefile
dirs="`echo $(THEME_DIRS) | sed -e 's#$(srcdir)/mate/##g'`"; \