##// END OF EJS Templates
Merge with stable
Martin Geisler -
r10093:a43ae577 merge default
parent child Browse files
Show More
@@ -6,7 +6,7 b' PREFIX=/usr/local'
6 MANDIR=$(PREFIX)/share/man
6 MANDIR=$(PREFIX)/share/man
7 INSTALL=install -c -m 644
7 INSTALL=install -c -m 644
8 PYTHON=python
8 PYTHON=python
9 RST2HTML=$(shell which rst2html 2> /dev/null || which rst2html.py)
9 RST2HTML=$(shell which rst2html 2> /dev/null || echo rst2html.py)
10
10
11 export LC_ALL=C
11 export LC_ALL=C
12
12
General Comments 0
You need to be logged in to leave comments. Login now