##// 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 5 MANDIR=$(PREFIX)/share/man
6 6 INSTALL=install -c -m 644
7 7 PYTHON=python
8 RST2HTML=rst2html
9 RST2MAN=rst2man
8 RST2HTML=$(shell which rst2html 2> /dev/null || which rst2html.py)
9 RST2MAN=$(shell which rst2man 2> /dev/null || which rst2man.py)
10 10
11 11 all: man html
12 12
General Comments 0
You need to be logged in to leave comments. Login now