diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-03-06 13:51:58 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-03-06 13:51:58 +0000 |
commit | ce42f6ff934457ba9ee9632518d9c1195dc0d6d5 (patch) | |
tree | eca72f411ade35b36701d4476f97a734e12b272a /perl-install | |
parent | bd497b83a256bd86b0ce8ab2697ea1267e4148f3 (diff) | |
download | drakx-ce42f6ff934457ba9ee9632518d9c1195dc0d6d5.tar drakx-ce42f6ff934457ba9ee9632518d9c1195dc0d6d5.tar.gz drakx-ce42f6ff934457ba9ee9632518d9c1195dc0d6d5.tar.bz2 drakx-ce42f6ff934457ba9ee9632518d9c1195dc0d6d5.tar.xz drakx-ce42f6ff934457ba9ee9632518d9c1195dc0d6d5.zip |
do not exclude "ru" drakx-help.xml anymore
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/share/po/help_xml2pm.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/share/po/help_xml2pm.pl b/perl-install/share/po/help_xml2pm.pl index 42dac790e..8efb5695c 100755 --- a/perl-install/share/po/help_xml2pm.pl +++ b/perl-install/share/po/help_xml2pm.pl @@ -13,7 +13,7 @@ if ( ! -x "$xsltproc" ){ print "so type \"urpmi libxslt-proc\" please.\n"; exit 1; } -my @langs = grep { !/ru|pt/ } grep { /^..$/ && -e "$dir/$_/drakx-chapter.xml" } all($dir) or die "no XML help found in $dir\n"; +my @langs = grep { !/pt/ } grep { /^..$/ && -e "$dir/$_/drakx-chapter.xml" } all($dir) or die "no XML help found in $dir\n"; my %helps = map { my $lang = $_; |