[Gnucash-changes] r14000 - htdocs/trunk - update for new structure

Joshua Sled jsled at cvs.gnucash.org
Wed May 10 21:10:47 EDT 2006


Author: jsled
Date: 2006-05-10 21:10:47 -0400 (Wed, 10 May 2006)
New Revision: 14000
Trac: http://svn.gnucash.org/trac/changeset/14000

Modified:
   htdocs/trunk/create-potfiles.pl
Log:
update for new structure

Modified: htdocs/trunk/create-potfiles.pl
===================================================================
--- htdocs/trunk/create-potfiles.pl	2006-05-11 00:49:33 UTC (rev 13999)
+++ htdocs/trunk/create-potfiles.pl	2006-05-11 01:10:47 UTC (rev 14000)
@@ -11,7 +11,7 @@
 use File::Basename;
 
 my @cvsignores = `find . -name '.cvsignore'`;
-my @phtml_files = `find www -name '*.php' -o -name '*.phtml'`;
+my @phtml_files = `find . -name '*.php' -o -name '*.phtml' -maxdepth 1`;
 my @news_files = `find news -name '*.phtml'`;
 #my @news_files = ();
 my @possible_files = (@phtml_files, @news_files);



More information about the gnucash-changes mailing list