summaryrefslogtreecommitdiffstats
path: root/perl-install/share
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-03-06 13:51:58 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-03-06 13:51:58 +0000
commitce42f6ff934457ba9ee9632518d9c1195dc0d6d5 (patch)
treeeca72f411ade35b36701d4476f97a734e12b272a /perl-install/share
parentbd497b83a256bd86b0ce8ab2697ea1267e4148f3 (diff)
downloaddrakx-backup-do-not-use-ce42f6ff934457ba9ee9632518d9c1195dc0d6d5.tar
drakx-backup-do-not-use-ce42f6ff934457ba9ee9632518d9c1195dc0d6d5.tar.gz
drakx-backup-do-not-use-ce42f6ff934457ba9ee9632518d9c1195dc0d6d5.tar.bz2
drakx-backup-do-not-use-ce42f6ff934457ba9ee9632518d9c1195dc0d6d5.tar.xz
drakx-backup-do-not-use-ce42f6ff934457ba9ee9632518d9c1195dc0d6d5.zip
do not exclude "ru" drakx-help.xml anymore
Diffstat (limited to 'perl-install/share')
-rwxr-xr-xperl-install/share/po/help_xml2pm.pl2
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 = $_;