[svk-commit] r2365 - branches/2.0-releng/utils

nobody at bestpractical.com nobody at bestpractical.com
Mon Mar 26 13:27:28 EDT 2007


Author: clkao
Date: Mon Mar 26 13:27:27 2007
New Revision: 2365

Modified:
   branches/2.0-releng/utils/extract-message-catalog

Log:
Merge from trunk:
 r2362 at trunk:  clkao | 2007-03-26 18:26:04 +0100
 extract po from Help/* as well.


Modified: branches/2.0-releng/utils/extract-message-catalog
==============================================================================
--- branches/2.0-releng/utils/extract-message-catalog	(original)
+++ branches/2.0-releng/utils/extract-message-catalog	Mon Mar 26 13:27:27 2007
@@ -11,7 +11,7 @@
 my (@files, @pms, @pods);
 find(sub { push @files, $File::Find::name if -f }, 'lib', 'bin'); 
 find(sub { push @pms, $File::Find::name if -f }, 'lib/SVK/Command');
-push @pms, 'lib/SVK/Resolve.pm';
+push @pms, 'lib/SVK/Resolve.pm', glob('lib/SVK/Help/*.pod');
 
 my %strings;
 foreach my $pm (@pms) {


More information about the svk-commit mailing list