##// END OF EJS Templates
doc/Makefile: fix doc generation when LANGUAGE is set
Wagner Bruna -
r10555:091dddf0 stable
parent child Browse files
Show More
@@ -8,6 +8,7 b' INSTALL=install -c -m 644'
8 PYTHON=python
8 PYTHON=python
9 RST2HTML=$(shell which rst2html 2> /dev/null || echo rst2html.py)
9 RST2HTML=$(shell which rst2html 2> /dev/null || echo rst2html.py)
10
10
11 export LANGUAGE=C
11 export LC_ALL=C
12 export LC_ALL=C
12
13
13 all: man html
14 all: man html
General Comments 0
You need to be logged in to leave comments. Login now