aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--Makefile.am3
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92d14ba54..574020590 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-08-13 Christian Persch <chpe@gnome.org>
+
+ === Release 2.19.90 ===
+
+ * Makefile.am:
+
+ Try to fix distcheck.
+
2007-08-12 Christian Persch <chpe@gnome.org>
* data/icons/Makefile.am:
diff --git a/Makefile.am b/Makefile.am
index 2c3093f64..87c81a5cc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,3 +31,6 @@ DISTCHECK_CONFIGURE_FLAGS = \
--disable-schemas-install \
--disable-scrollkeeper \
--with-gecko=$(GECKO)
+
+# Ignore gtk theme cache files on distcheck
+distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache'