[gnome-themes-standard] Fix make dist
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Fix make dist
- Date: Wed, 25 Jun 2014 18:05:46 +0000 (UTC)
commit c405e51381cc60daffb04b0babeb93913d0bcbc7
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Jun 25 14:04:29 2014 -0400
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/.
themes/HighContrast/Makefile.am | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/themes/HighContrast/Makefile.am b/themes/HighContrast/Makefile.am
index f5d7eca..10b8d2a 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]