Skip to content

Commit b2478aa

Browse files
peffgitster
authored andcommitted
INSTALL: update asciidoc recommendation
Since commit 6cf378f (docs: stop using asciidoc no-inline-literal), we no longer support asciidoc versions less than 8.4.1, which introduced inline literals. Note this in the INSTALL document. Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0680f74 commit b2478aa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

INSTALL

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,9 @@ Issues of note:
161161
makeinfo and docbook2X. Version 0.8.3 is known to work.
162162

163163
Building and installing the pdf file additionally requires
164-
dblatex. Version 0.2.7 with asciidoc >= 8.2.7 is known to work.
164+
dblatex. Version >= 0.2.7 is known to work.
165165

166-
The documentation is written for AsciiDoc 7, but by default
167-
uses some compatibility wrappers to work on AsciiDoc 8. If you have
168-
AsciiDoc 7, try "make ASCIIDOC7=YesPlease".
166+
All formats require at least asciidoc 8.4.1.
169167

170168
There are also "make quick-install-doc", "make quick-install-man"
171169
and "make quick-install-html" which install preformatted man pages

0 commit comments

Comments
 (0)