From ce42f6ff934457ba9ee9632518d9c1195dc0d6d5 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 6 Mar 2003 13:51:58 +0000 Subject: do not exclude "ru" drakx-help.xml anymore --- perl-install/share/po/help_xml2pm.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/share/po/help_xml2pm.pl') 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 = $_; -- cgit v1.2.1