summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-06-25 14:04:29 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-06-25 14:04:29 -0400
commitc405e51381cc60daffb04b0babeb93913d0bcbc7 (patch)
tree25ff71dae435659cc6ffaf2f149088b7b546f84d /themes
parent1d0f808d64a3cb5d88ae1440877a9ee35c2e18a5 (diff)
downloadgnome-themes-standard-c405e51381cc60daffb04b0babeb93913d0bcbc7.tar.gz
Fix make dist
EXTRA_DIST is several thousand lines long, and that breaks the sh -c invokations that make does for distdir. Work around this by simply disting all of icons/.
Diffstat (limited to 'themes')
-rw-r--r--themes/HighContrast/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/themes/HighContrast/Makefile.am b/themes/HighContrast/Makefile.am
index f5d7ecac..10b8d2a3 100644
--- a/themes/HighContrast/Makefile.am
+++ b/themes/HighContrast/Makefile.am
@@ -3,8 +3,6 @@ SUBDIRS = gtk-3.0 gtk-2.0 icons metacity-1
THEME_NAME=HighContrast
THEME_IN_FILES=index.theme.in
-include Makefile-icons.am
-
%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
themedir = $(datadir)/themes/$(THEME_NAME)
@@ -22,4 +20,4 @@ create_highcontrast_LDADD = $(HIGHCONTRAST_LIBS) -lm
endif
DISTCLEANFILES = index.theme
-EXTRA_DIST += index.theme.in index.theme
+EXTRA_DIST = index.theme.in index.theme icons