changeset 10094:4e2fb6cc0e1e

Merge with crew
author Matt Mackall <mpm@selenic.com>
date Wed, 16 Dec 2009 17:39:42 -0600
parents 0ce645cc3f20 (current diff) a43ae5777221 (diff)
children a223894ca044
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/Makefile	Fri Dec 11 16:17:39 2009 +0900
+++ b/doc/Makefile	Wed Dec 16 17:39:42 2009 -0600
@@ -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