doc/Makefile
branchstable
changeset 10092 f1bf64abcb1b
parent 9971 fa99480d5135
child 10093 a43ae5777221
--- a/doc/Makefile	Wed Dec 16 16:42:58 2009 -0600
+++ b/doc/Makefile	Wed Dec 16 23:59:50 2009 +0100
@@ -6,7 +6,7 @@
 MANDIR=$(PREFIX)/share/man
 INSTALL=install -c -m 644
 PYTHON=python
-RST2HTML=$(shell which rst2html 2> /dev/null || which rst2html.py)
+RST2HTML=$(shell which rst2html 2> /dev/null || echo rst2html.py)
 
 export LC_ALL=C