summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2010-04-27 12:43:55 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2010-04-27 12:43:55 -0400
commit2f20c870185796f669614a6969b41167f29e484b (patch)
treeaf99c25f5c699253d747740581647fd554983e1a /Makefile.am
parentee6e5a9dcd39af001caa5348d434067ab20e8a3c (diff)
downloadadwaita-icon-theme-2f20c870185796f669614a6969b41167f29e484b.tar.gz
Remove unused rendering target
There is a separate script to process process the svgs
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 0975fe951..cb080f702 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,10 +7,6 @@ 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 | sed -e "s/,$$//g")
-render: Makefile
- ($(am__cd) $(SVGSRCDIR) && $(MAKE) $(AM_MAKEFLAGS) render) \
- || eval `exit 1`
-
%.theme.in: %.theme.in.in $(SVGOUTDIR) Makefile
dirs="`echo $(THEME_DIRS) | sed -e 's#$(srcdir)/gnome/##g'`"; \
sed -e "s|\@THEME_DIRS\@|$$dirs|g" < $< > $@; \