[Gnucash-changes] r14069 - gnucash/trunk - only pickup files from src/ and lib/, not ./gnucash-1.9.x/[...] (or another other irrelevant copies) as well.

Joshua Sled jsled at cvs.gnucash.org
Sun May 14 19:34:44 EDT 2006


Author: jsled
Date: 2006-05-14 19:34:44 -0400 (Sun, 14 May 2006)
New Revision: 14069
Trac: http://svn.gnucash.org/trac/changeset/14069

Modified:
   gnucash/trunk/Makefile.am
Log:
only pickup files from src/ and lib/, not ./gnucash-1.9.x/[...] (or another other irrelevant copies) as well.

Modified: gnucash/trunk/Makefile.am
===================================================================
--- gnucash/trunk/Makefile.am	2006-05-14 23:29:03 UTC (rev 14068)
+++ gnucash/trunk/Makefile.am	2006-05-14 23:34:44 UTC (rev 14069)
@@ -117,7 +117,7 @@
   goffice gsf lib/.links po/POTFILES.in
 
 cscope.files:
-	find . -name '*.[ch]' > cscope.files
+	find src lib -name '*.[ch]' > cscope.files
 
 cscope.out: cscope.files
 	cscope -b



More information about the gnucash-changes mailing list