diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-03-30 14:35:36 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-03-30 14:35:36 -0700 |
commit | aab55b1d6e1541f70ff364ce7b2c98f6a8157084 (patch) | |
tree | f360b0cb12f9697f909df574d83530f5c4eef174 | |
parent | Merge branch 'mt/checkout-remove-nofollow' (diff) | |
parent | INSTALL: note on using Asciidoctor to build doc (diff) | |
download | tgif-aab55b1d6e1541f70ff364ce7b2c98f6a8157084.tar.xz |
Merge branch 'bs/asciidoctor-installation-hints'
Doc update.
* bs/asciidoctor-installation-hints:
INSTALL: note on using Asciidoctor to build doc
-rw-r--r-- | INSTALL | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -197,7 +197,9 @@ Issues of note: Building and installing the pdf file additionally requires dblatex. Version >= 0.2.7 is known to work. - All formats require at least asciidoc 8.4.1. + All formats require at least asciidoc 8.4.1. Alternatively, you can + use Asciidoctor (requires Ruby) by passing USE_ASCIIDOCTOR=YesPlease + to make. You need at least Asciidoctor version 1.5. There are also "make quick-install-doc", "make quick-install-man" and "make quick-install-html" which install preformatted man pages |