summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-08-30 17:13:12 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-08-30 17:13:12 +0000
commit9880ca9c5252a1e6a5eebeb6c3d4537509e18c3a (patch)
tree75631e0e4e691150fa1180eee89ceb0f67f5e0c0 /perl-install/share/po/Makefile
parent056e849fc24c4f4b701a59158c38f72fcfbdecee (diff)
downloaddrakx-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/share/po/Makefile')
-rw-r--r--perl-install/share/po/Makefile2
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 $@ $<