aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2007-08-14 05:06:17 +0800
committerChristian Persch <chpe@src.gnome.org>2007-08-14 05:06:17 +0800
commit8075908e09746f4168f2988fa2b0d250cc5f0fea (patch)
treeef9e1fe95f29fc11c1596cfe8f72b4f09181f214 /Makefile.am
parentdfc784e60f9a8146c810813a0c9e895deb7e68aa (diff)
downloadgsoc2013-epiphany-8075908e09746f4168f2988fa2b0d250cc5f0fea.tar
gsoc2013-epiphany-8075908e09746f4168f2988fa2b0d250cc5f0fea.tar.gz
gsoc2013-epiphany-8075908e09746f4168f2988fa2b0d250cc5f0fea.tar.bz2
gsoc2013-epiphany-8075908e09746f4168f2988fa2b0d250cc5f0fea.tar.lz
gsoc2013-epiphany-8075908e09746f4168f2988fa2b0d250cc5f0fea.tar.xz
gsoc2013-epiphany-8075908e09746f4168f2988fa2b0d250cc5f0fea.tar.zst
gsoc2013-epiphany-8075908e09746f4168f2988fa2b0d250cc5f0fea.zip
=== Release 2.19.90 ===RELEASE_2_19_90
2007-08-13 Christian Persch <chpe@gnome.org> === Release 2.19.90 === * Makefile.am: svn path=/trunk/; revision=7267
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
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'