Make: set ASCIIDOC_NO_ROFF unconditionally for now
Junio C Hamano committed
Apr 2, 2009 at 12:13 UTC
958ae8fca9fd993c7b7a0e6d5083bc54a987d2ce
1 file changed
+1
-5
Make
+1
-5
@@ -81,11 +81,7 @@ sh -c 'git describe --abbrev=4 HEAD' >/dev/null 2>&1 || {
81
$GIT describe --abbrev=4 HEAD | sed -e 's/-/./g' >version
82
}
83
84
-case "$(asciidoc --version 2>&1)" in
85
-asciidoc' 8'.*)
86
- ASCIIDOC8=YesPlease
87
- export ASCIIDOC8 ;;
88
-esac
84
+d="$d ASCIIDOC_NO_ROFF=YesPlease ASCIIDOC8=YesPlease"
85
86
CFLAGS="$O $Wall -Wdeclaration-after-statement -g"
87