diff options
author | Christian Persch <chpe@gnome.org> | 2007-08-14 05:06:17 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-08-14 05:06:17 +0800 |
commit | 8075908e09746f4168f2988fa2b0d250cc5f0fea (patch) | |
tree | ef9e1fe95f29fc11c1596cfe8f72b4f09181f214 | |
parent | dfc784e60f9a8146c810813a0c9e895deb7e68aa (diff) | |
download | gsoc2013-epiphany-8075908e09746f4168f2988fa2b0d250cc5f0fea.tar.gz 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
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | Makefile.am | 3 |
2 files changed, 11 insertions, 0 deletions
@@ -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' |