From 31af52a7d37d7eb99c9e0082f5b5cbe392a04012 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 22 Mar 2004 22:31:44 +0000 Subject: Add workaround to scrollkeeper-update not cleaning up after itself, as 2004-03-23 Glynn Foster * Makefile.am: Add workaround to scrollkeeper-update not cleaning up after itself, as copied from gnome-panel. --- ChangeLog | 5 +++++ Makefile.am | 25 +++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7110434..3d40cdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-23 Glynn Foster + + * Makefile.am: Add workaround to scrollkeeper-update not + cleaning up after itself, as copied from gnome-panel. + 2004-03-23 Glynn Foster * configure.in: Post release bump. diff --git a/Makefile.am b/Makefile.am index 5481b3a..cf93789 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,23 @@ +# +# FIXME: +# currently scrollkeeper-update does not seem to +# remove its database when there is no useful +# information contained there. Therefore, with +# "make uninstall" you're left with loads of +# stuff in /var/scrollkeeper and distcheck +# fails. +# +# http://mail.gnome.org/archives/gnome-doc-list/2003-May/msg00008.html +# +# This overrides the uninstall check so distcheck +# passes +# +# distuninstallcheck_listfiles = find . -type f -print | grep -v 'scrollkeeper' | grep -v 'omf' | grep -v 'figures' +distuninstallcheck: + @: + +distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out' | grep -v 'legal.xml' + SUBDIRS = \ src \ po \ @@ -18,3 +38,8 @@ EXTRA_DIST = \ NEWS \ README \ AUTHORS + +DISTCLEANFILES = \ + intltool-extract \ + intltool-merge \ + intltool-update -- cgit v1.2.3-2-g168b