##// END OF EJS Templates
doc/Makefile: detect the right name for rst2man and rst2html...
Mads Kiilerich -
r9405:7345fa5e default
parent child Browse files
Show More
@@ -5,8 +5,8 b' PREFIX=/usr/local'
5 MANDIR=$(PREFIX)/share/man
5 MANDIR=$(PREFIX)/share/man
6 INSTALL=install -c -m 644
6 INSTALL=install -c -m 644
7 PYTHON=python
7 PYTHON=python
8 RST2HTML=rst2html
8 RST2HTML=$(shell which rst2html 2> /dev/null || which rst2html.py)
9 RST2MAN=rst2man
9 RST2MAN=$(shell which rst2man 2> /dev/null || which rst2man.py)
10
10
11 all: man html
11 all: man html
12
12
General Comments 0
You need to be logged in to leave comments. Login now