r17768 - gnucash/branches/2.2 - [r16844] Get distcheck working.

Andreas Köhler andi5 at cvs.gnucash.org
Sat Dec 13 16:58:07 EST 2008


Author: andi5
Date: 2008-12-13 16:58:06 -0500 (Sat, 13 Dec 2008)
New Revision: 17768
Trac: http://svn.gnucash.org/trac/changeset/17768

Modified:
   gnucash/branches/2.2/Makefile.am
Log:
[r16844] Get distcheck working.

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/branches/2.2/Makefile.am
===================================================================
--- gnucash/branches/2.2/Makefile.am	2008-12-13 16:32:21 UTC (rev 17767)
+++ gnucash/branches/2.2/Makefile.am	2008-12-13 21:58:06 UTC (rev 17768)
@@ -140,6 +140,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