Merge branch 'ns/fix-documentation-build' into next

This commit is contained in:
Nicolas Sebrecht
2011-03-10 19:24:17 +01:00
3 changed files with 5 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
VERSION=`./offlineimap.py --version`
TARGZ=offlineimap_$(VERSION).tar.gz
SHELL=/bin/bash
RST2HTML=`type rst2html 2>/dev/null 2>&1 && echo rst2html || echo rst2html.py`
RST2HTML=`type rst2html >/dev/null 2>&1 && echo rst2html || echo rst2html.py`
all: build