[svk-commit] r2362 - trunk/utils

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


Author: clkao
Date: Mon Mar 26 13:26:04 2007
New Revision: 2362

Modified:
   trunk/utils/extract-message-catalog

Log:
extract po from Help/* as well.

Modified: trunk/utils/extract-message-catalog
==============================================================================
--- trunk/utils/extract-message-catalog	(original)
+++ trunk/utils/extract-message-catalog	Mon Mar 26 13:26:04 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