[Po4a-commits] "po4a Build.PL,1.47,1.48"
Denis Barbier
barbier-guest at alioth.debian.org
Sat Aug 14 14:59:46 UTC 2010
Update of /cvsroot/po4a/po4a
In directory alioth:/tmp/cvs-serv303
Modified Files:
Build.PL
Log Message:
In ACTION_postats, also scan po/www/ if this directory does exist
Index: Build.PL
===================================================================
RCS file: /cvsroot/po4a/po4a/Build.PL,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- Build.PL 30 Jul 2010 18:15:50 -0000 1.47
+++ Build.PL 14 Aug 2010 14:59:44 -0000 1.48
@@ -56,6 +56,7 @@
my $self = shift;
$self->postats("po/bin");
$self->postats("po/pod");
+ $self->postats("po/www") if -d "po/www";
}
sub postats {
my ($self,$dir) = (shift,shift);
More information about the Po4a-commits
mailing list