diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-30 17:13:12 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-30 17:13:12 +0000 |
commit | 9880ca9c5252a1e6a5eebeb6c3d4537509e18c3a (patch) | |
tree | 75631e0e4e691150fa1180eee89ceb0f67f5e0c0 /perl-install | |
parent | 056e849fc24c4f4b701a59158c38f72fcfbdecee (diff) | |
download | drakx-9880ca9c5252a1e6a5eebeb6c3d4537509e18c3a.tar drakx-9880ca9c5252a1e6a5eebeb6c3d4537509e18c3a.tar.gz drakx-9880ca9c5252a1e6a5eebeb6c3d4537509e18c3a.tar.bz2 drakx-9880ca9c5252a1e6a5eebeb6c3d4537509e18c3a.tar.xz drakx-9880ca9c5252a1e6a5eebeb6c3d4537509e18c3a.zip |
fix utf8 translation of xml file
Diffstat (limited to 'perl-install')
-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 $@ $< |