summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2005-01-11 11:16:51 +0000
committerShaun McCance <shaunm@src.gnome.org>2005-01-11 11:16:51 +0000
commite3650ca42117a54f2c75a7289b947ded55168f28 (patch)
treeb723aee4e010e8ca37afa200c10ae50c0f277316 /Makefile.am
parent3806fdb685b06398d81f50b43b1ec8ae0589bbef (diff)
downloadgnome-doc-utils-e3650ca42117a54f2c75a7289b947ded55168f28.tar.gz
- Better distuninstallcheck_listfiles
* Makefile.am: - Better distuninstallcheck_listfiles * gnome-doc-utils.make: - Added distclean * xslt/docbook/omf/db2omf.xsl: - Allow publishers to be maintainers * xslt/xsldoc/xsldoc.xsl: - Fixed validity problems
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5056d82..6fc06ba 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,4 +40,5 @@ DISTCLEANFILES = \
intltool-update \
gnome-doc-utils.make
-distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper
+distuninstallcheck_listfiles = \
+find -regex '.*/var/scrollkeeper/.*' -prune -or -type f -print