about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgifnksm <makoto.nksm+github@gmail.com>2013-07-30 07:05:47 +0900
committergifnksm <makoto.nksm+github@gmail.com>2013-08-12 22:39:31 +0900
commit7b1b7f32106b501c802a3b4e82bf77738f7502e8 (patch)
treeef68a35aa585bdc353719b699a998c84546f2ecd
parentde48274c50952dc629914e33d8b65ba222c1e093 (diff)
downloadrust-7b1b7f32106b501c802a3b4e82bf77738f7502e8.tar.gz
rust-7b1b7f32106b501c802a3b4e82bf77738f7502e8.zip
doc: Add -M and -L option to po4a
-rw-r--r--mk/docs.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/docs.mk b/mk/docs.mk
index cc86111b728..68917a97349 100644
--- a/mk/docs.mk
+++ b/mk/docs.mk
@@ -239,6 +239,7 @@ docs-l10n:
 	po4a --copyright-holder="The Rust Project Developers" \
 	     --package-name="Rust" \
 	     --package-version="$(CFG_RELEASE)" \
+	     -M UTF-8 -L UTF-8 \
 	     doc/po4a.conf
 
 .PHONY: docs-l10n