changeset 10093:a43ae5777221

Merge with stable
author Martin Geisler <mg@lazybytes.net>
date Thu, 17 Dec 2009 00:32:26 +0100
parents b1982715c435 (current diff) f1bf64abcb1b (diff)
children 4e2fb6cc0e1e 69ce7a10e593
files doc/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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