docker-offlineimap/docs
Nicolas Sebrecht 9482a37533 fix documentation build
On Thu, Feb 17, 2011 at 12:09:16PM +0100, Sebastian Spaeth wrote:

> still a bug in make docs that I only discovered today.
>
> our Makefile contains
>
> type rst2html 2>/dev/null && echo rst2html || echo rst2html.py
>
> which outputs on my box:
>
> rst2html is /usr/bin/rst2html
> rst2html
>
> which will break things. So either we need to suppres STDOUT too:
>
> type rst2html >/dev/null 2>&1 && echo rst2html || echo rst2html.py
>
> (which works), or we could use `which rst2html` (which returns 0 if the
> command exists) and outputs the proper path.

Reported-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2011-02-17 18:57:15 +01:00
..
FAQ.rst doc: migrate from SGML to restructuredtext 2011-01-15 16:48:30 +01:00
INSTALL.rst doc: migrate from SGML to restructuredtext 2011-01-15 16:48:30 +01:00
Makefile fix documentation build 2011-02-17 18:57:15 +01:00
MANUAL.rst doc: migrate from SGML to restructuredtext 2011-01-15 16:48:30 +01:00
UPGRADE.rst doc: migrate from SGML to restructuredtext 2011-01-15 16:48:30 +01:00