diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-10-06 12:25:16 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-10-06 12:25:16 +0900 |
commit | faf5576a8d749c7c46fafd0c62da47ec078e1486 (patch) | |
tree | 75bd7cb59dd5b83229c2bd2ca5586534086bb0e2 /azure-pipelines.yml | |
parent | Merge branch 'ma/asciidoctor-more-fixes' (diff) | |
parent | Documentation: fix build with Asciidoctor 2 (diff) | |
download | tgif-faf5576a8d749c7c46fafd0c62da47ec078e1486.tar.xz |
Merge branch 'bc/doc-use-docbook-5'
Start using DocBook 5 (instead of DocBook 4.5) as Asciidoctor 2.0
no longer works with the older one.
* bc/doc-use-docbook-5:
Documentation: fix build with Asciidoctor 2
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c329b7218b..34031b182a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -374,7 +374,7 @@ jobs: test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1 sudo apt-get update && - sudo apt-get install -y asciidoc xmlto asciidoctor && + sudo apt-get install -y asciidoc xmlto asciidoctor docbook-xsl-ns && export ALREADY_HAVE_ASCIIDOCTOR=yes. && export jobname=Documentation && |