Dothem: detect lack of asciidoc

Junio C Hamano committed Jul 6, 2009 at 10:05 UTC 5c3a7a451f977e00f5a831fdccf5c58234b1ce27
1 file changed +3
Dothem
+3
@@ -35,6 +35,9 @@ while case "$1" in
35 do
36 shift
37 done
38 +
39 +sh -c 'asciidoc --version >/dev/null 2>&1' || nodoc=y
40 +
41 test -f /bin/dash || with_dash=
42 if test -z "$BUILDBASE"
43 then