Skip to content
Snippets Groups Projects
Commit 80983af3 authored by Takumi IINO's avatar Takumi IINO
Browse files

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
parent e4318468
No related merge requests found
......@@ -10,6 +10,8 @@
PURE=
PYFILES:=$(shell find mercurial hgext doc -name '*.py')
DOCFILES=mercurial/help/*.txt
export LANGUAGE=C
export LC_ALL=C
# Set this to e.g. "mingw32" to use a non-default compiler.
COMPILER=
......
......@@ -9,8 +9,7 @@
PYTHON=python
RSTARGS=
export LANGUAGE=C
export LC_ALL=C
export HGENCODING=UTF-8
all: man html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment