AUDIT: r17159 - gnucash/trunk/src/pixmaps - Don't clean out the EXTRA_DIST pixmaps if we're not building from SVN.

Derek Atkins warlord at cvs.gnucash.org
Sat May 17 09:22:24 EDT 2008


Author: warlord
Date: 2008-05-17 09:22:24 -0400 (Sat, 17 May 2008)
New Revision: 17159
Trac: http://svn.gnucash.org/trac/changeset/17159

Modified:
   gnucash/trunk/src/pixmaps/Makefile.am
Log:
Don't clean out the EXTRA_DIST pixmaps if we're not building from SVN.
Otherwise "make clean" will put the code into a state where you cannot rebuild.
BP

Modified: gnucash/trunk/src/pixmaps/Makefile.am
===================================================================
--- gnucash/trunk/src/pixmaps/Makefile.am	2008-05-17 12:47:19 UTC (rev 17158)
+++ gnucash/trunk/src/pixmaps/Makefile.am	2008-05-17 13:22:24 UTC (rev 17159)
@@ -104,5 +104,8 @@
   ${gncextrasmallicon_DATA} \
   ${gncscalableicon_DATA}
 
+# Only clean up if we're building from SVN
+if BUILDING_FROM_SVN
 clean-local:
 	-rm -rf 48x48 32x32 24x24 22x22 16x16 scalable
+endif



More information about the gnucash-changes mailing list