comparison 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 4723ccb62282
children ce5d711475a3
comparison
equal deleted inserted replaced
19426:e43184680461 19427:80983af366b5
8 export PREFIX 8 export PREFIX
9 PYTHON=python 9 PYTHON=python
10 PURE= 10 PURE=
11 PYFILES:=$(shell find mercurial hgext doc -name '*.py') 11 PYFILES:=$(shell find mercurial hgext doc -name '*.py')
12 DOCFILES=mercurial/help/*.txt 12 DOCFILES=mercurial/help/*.txt
13 export LANGUAGE=C
14 export LC_ALL=C
13 15
14 # Set this to e.g. "mingw32" to use a non-default compiler. 16 # Set this to e.g. "mingw32" to use a non-default compiler.
15 COMPILER= 17 COMPILER=
16 18
17 help: 19 help: