/[debian-l10n]/dl10n/trunk/dl10n-html
ViewVC logotype

Diff of /dl10n/trunk/dl10n-html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 476 by thuriaux-guest, Sat Apr 1 09:17:57 2006 UTC revision 539 by thuriaux-guest, Mon May 29 10:37:25 2006 UTC
# Line 27  build a l10n coordination page or any ot Line 27  build a l10n coordination page or any ot
27  use Getopt::Long; #to parse the args  use Getopt::Long; #to parse the args
28  use LWP::UserAgent;  use LWP::UserAgent;
29  use Debian::L10n::Html;  use Debian::L10n::Html;
30    use File::Path;
31    
32    
33  my $progname = $0;  my $progname = $0;
# Line 209  EOF Line 210  EOF
210          opendir D, './include'  or die "Cannot open .: $!";          opendir D, './include'  or die "Cannot open .: $!";
211          my @files = readdir D;          my @files = readdir D;
212          closedir D;          closedir D;
213            mkpath ("html/include", 02775) or die "Cannot create include directory\n" unless (-d "html/include");
214    
215          foreach (@files) {          foreach (@files) {
216                  next unless /\.inc$/;                  next unless /\.inc$/;

Legend:
Removed from v.476  
changed lines
  Added in v.539

  ViewVC Help
Powered by ViewVC 1.1.5