From: Junio C Hamano Date: Mon, 6 Jul 2009 17:05:17 +0000 (-0700) Subject: Dothem: detect lack of asciidoc X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c3a7a451f977e00f5a831fdccf5c58234b1ce27;p=thirdparty%2Fgit.git Dothem: detect lack of asciidoc --- 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