mirror of
https://github.com/git/git.git
synced 2026-01-16 13:49:39 +00:00
Make: set ASCIIDOC_NO_ROFF unconditionally for now
This commit is contained in:
6
Make
6
Make
@@ -81,11 +81,7 @@ sh -c 'git describe --abbrev=4 HEAD' >/dev/null 2>&1 || {
|
||||
$GIT describe --abbrev=4 HEAD | sed -e 's/-/./g' >version
|
||||
}
|
||||
|
||||
case "$(asciidoc --version 2>&1)" in
|
||||
asciidoc' 8'.*)
|
||||
ASCIIDOC8=YesPlease
|
||||
export ASCIIDOC8 ;;
|
||||
esac
|
||||
d="$d ASCIIDOC_NO_ROFF=YesPlease ASCIIDOC8=YesPlease"
|
||||
|
||||
CFLAGS="$O $Wall -Wdeclaration-after-statement -g"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user