Merge with stable
authorMartin Geisler <mg@lazybytes.net>
Thu, 17 Dec 2009 00:32:26 +0100
changeset 10093 a43ae5777221
parent 10087 b1982715c435 (current diff)
parent 10092 f1bf64abcb1b (diff)
child 10094 4e2fb6cc0e1e
child 10095 69ce7a10e593
Merge with stable
doc/Makefile
--- a/doc/Makefile	Wed Dec 16 16:46:12 2009 -0600
+++ b/doc/Makefile	Thu Dec 17 00:32:26 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