##// END OF EJS Templates
doc: make i18n man and html...
Takumi IINO -
r19427:80983af3 default
parent child Browse files
Show More
@@ -10,6 +10,8 b' 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=
@@ -9,8 +9,7 b' 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
General Comments 0
You need to be logged in to leave comments. Login now