[Gnucash-changes] r14016 - htdocs/trunk - get the menu files, too.

Joshua Sled jsled at cvs.gnucash.org
Wed May 10 22:55:00 EDT 2006


Author: jsled
Date: 2006-05-10 22:55:00 -0400 (Wed, 10 May 2006)
New Revision: 14016
Trac: http://svn.gnucash.org/trac/changeset/14016

Modified:
   htdocs/trunk/create-potfiles.pl
Log:
get the menu files, too.

Modified: htdocs/trunk/create-potfiles.pl
===================================================================
--- htdocs/trunk/create-potfiles.pl	2006-05-11 02:43:15 UTC (rev 14015)
+++ htdocs/trunk/create-potfiles.pl	2006-05-11 02:55:00 UTC (rev 14016)
@@ -12,9 +12,10 @@
 
 my @cvsignores = `find . -name '.cvsignore'`;
 my @phtml_files = `find . -name '*.php' -o -name '*.phtml' -maxdepth 1`;
+my @ext_files = `find externals -name '*.phtml'`;
 my @news_files = `find news -name '*.phtml'`;
 #my @news_files = ();
-my @possible_files = (@phtml_files, @news_files);
+my @possible_files = (@phtml_files, @ext_files, @news_files);
 
 chomp(my $cwd = `pwd`);
 



More information about the gnucash-changes mailing list