diff doc/Makefile @ 19427:80983af366b5

doc: make i18n man and html Allow overwrite LANGUAGE and LC_ALL make variables, for make i18n man and html. After this patch, we can make i18n man and html by following command: $ make clean all LANGUAGE=ja
author Takumi IINO <trot.thunder@gmail.com>
date Wed, 03 Jul 2013 21:50:20 +0900
parents e43184680461
children b584ed1b225d
line wrap: on
line diff
--- a/doc/Makefile	Wed Jul 03 21:49:43 2013 +0900
+++ b/doc/Makefile	Wed Jul 03 21:50:20 2013 +0900
@@ -9,8 +9,7 @@
 PYTHON=python
 RSTARGS=
 
-export LANGUAGE=C
-export LC_ALL=C
+export HGENCODING=UTF-8
 
 all: man html