r16844 - gnucash/trunk - Get distcheck working on FC7.
Derek Atkins
warlord at cvs.gnucash.org
Mon Jan 7 21:10:59 EST 2008
Author: warlord
Date: 2008-01-07 21:10:59 -0500 (Mon, 07 Jan 2008)
New Revision: 16844
Trac: http://svn.gnucash.org/trac/changeset/16844
Modified:
gnucash/trunk/Makefile.am
Log:
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.
Modified: gnucash/trunk/Makefile.am
===================================================================
--- gnucash/trunk/Makefile.am 2008-01-08 01:20:04 UTC (rev 16843)
+++ gnucash/trunk/Makefile.am 2008-01-08 02:10:59 UTC (rev 16844)
@@ -144,6 +144,8 @@
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
More information about the gnucash-changes
mailing list