aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--Makefile.am4
2 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 6cb7e98a5..04599ace2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2005-07-31 Christian Persch <chpe@cvs.gnome.org>
+ * Makefile.am:
+
+ Don't need this list of files leftover by scrollkeeper anymore
+ since we distcheck with --disable-scrollkeepers.
+
+2005-07-31 Christian Persch <chpe@cvs.gnome.org>
+
* src/epiphany.defs:
Wrap EggToolbarsModel.
diff --git a/Makefile.am b/Makefile.am
index 3beff672c..804cdd93f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,10 +2,6 @@ SUBDIRS = lib embed idl src data po help doc
ACLOCAL_AMFLAGS = -I m4
-distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out'
-
-distuninstallcheck_listfiles = find . -type f -print | grep -v '/var/scrollkeeper'
-
EXTRA_DIST = \
autogen.sh \
intltool-merge.in \