diff options
Diffstat (limited to 'perl-install/share/po/Makefile')
-rw-r--r-- | perl-install/share/po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index 3746ac5fe..62daa8643 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -14,7 +14,7 @@ all: $(MOFILES) help: wget -q -O drakx-help.xml "http://www.mandrakelinux.com/cgi-bin/cvsweb.cgi/~checkout~/doc/manual/literal/drakx/en/drakx-help.xml?rev=1.1&content-type=text/plain" - ./help_xml2pm.pl drakx-help.xml > ../../help.pm + ./help_xml2pm.pl drakx-help.xml | LC_ALL=fr iconv -f utf8 -t ascii//TRANSLIT > ../../help.pm %.mo: %.po msgfmt -o $@ $< |