diff options
-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' |