r17168 - gnucash/branches/2.2/src/pixmaps - [r17159] Don't clean out the EXTRA_DIST pixmaps if we're not building from SVN.

Christian Stimming cstim at cvs.gnucash.org
Wed May 21 16:16:27 EDT 2008


Author: cstim
Date: 2008-05-21 16:16:27 -0400 (Wed, 21 May 2008)
New Revision: 17168
Trac: http://svn.gnucash.org/trac/changeset/17168

Modified:
   gnucash/branches/2.2/src/pixmaps/Makefile.am
Log:
[r17159] 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.

Committed by warlord.


Modified: gnucash/branches/2.2/src/pixmaps/Makefile.am
===================================================================
--- gnucash/branches/2.2/src/pixmaps/Makefile.am	2008-05-21 20:16:19 UTC (rev 17167)
+++ gnucash/branches/2.2/src/pixmaps/Makefile.am	2008-05-21 20:16:27 UTC (rev 17168)
@@ -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