From patchwork Tue May 14 07:29:18 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [9,of,9,STABLE?] doc: make i18n man and html From: Takumi IINO X-Patchwork-Id: 1631 Message-Id: To: mercurial-devel@selenic.com Date: Tue, 14 May 2013 16:29:18 +0900 # HG changeset patch # User Takumi IINO # Date 1368515737 -32400 # Tue May 14 16:15:37 2013 +0900 # Branch stable # Node ID de794218d5f98b4f4b1a9d12fdfce9039d64e1ba # Parent 1c0b5e0eba2d7be1bd30dac1813be09d51e041d7 doc: make i18n man and html Stop overwrite LANGUAGE and LC_ALL, for make i18n man and html. After this patch, we can make i18n man and html by following command: $ LANGUAGE=ja make clean all diff --git a/doc/Makefile b/doc/Makefile --- a/doc/Makefile +++ b/doc/Makefile @@ -9,8 +9,8 @@ PYTHON=python RSTARGS= -export LANGUAGE=C -export LC_ALL=C +export LANGUAGE +export LC_ALL all: man html