From 5c3a7a451f977e00f5a831fdccf5c58234b1ce27 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 6 Jul 2009 10:05:17 -0700 Subject: [PATCH] Dothem: detect lack of asciidoc --- Dothem | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dothem b/Dothem index 1a987468d7..8c59d404f8 100755 --- a/Dothem +++ b/Dothem @@ -35,6 +35,9 @@ while case "$1" in do shift done + +sh -c 'asciidoc --version >/dev/null 2>&1' || nodoc=y + test -f /bin/dash || with_dash= if test -z "$BUILDBASE" then