comparison 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
comparison
equal deleted inserted replaced
19426:e43184680461 19427:80983af366b5
7 MANDIR=$(PREFIX)/share/man 7 MANDIR=$(PREFIX)/share/man
8 INSTALL=install -c -m 644 8 INSTALL=install -c -m 644
9 PYTHON=python 9 PYTHON=python
10 RSTARGS= 10 RSTARGS=
11 11
12 export LANGUAGE=C 12 export HGENCODING=UTF-8
13 export LC_ALL=C
14 13
15 all: man html 14 all: man html
16 15
17 man: $(MAN) 16 man: $(MAN)
18 17