From 2bf34ffec97a468fd3398d5e4a7e8633d5cf4381 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Tue, 8 Jan 2008 02:10:59 +0000 Subject: [PATCH] Get distcheck working on FC7. Need to ignore some files: ./share/icons/hicolor/icon-theme.cache and ./share/info/dir these get created by the install system but don't get deleted (and cannot be deleted because they could be shared). So just ignore them. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16844 57a11ea4-9604-0410-9ed3-97b8803252fd --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 7ac6772830..cbc2cf9a75 100644 --- a/Makefile.am +++ b/Makefile.am @@ -144,6 +144,8 @@ doc: distcleancheck_listfiles = \ find -type f -exec sh -c 'test -f ${srcdir}/{} || echo {}' ';' +distuninstallcheck_listfiles = \ + find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache | grep -v ./share/info/dir dist-hook: po/POTFILES.in