|
|
@ -63,35 +63,28 @@ endif |
|
|
|
|
|
|
|
|
|
|
|
# |
|
|
|
# |
|
|
|
# For asciidoc ... |
|
|
|
# For asciidoc ... |
|
|
|
# -7.1.2, no extra settings are needed. |
|
|
|
# -7.1.2, set ASCIIDOC7 |
|
|
|
# 8.0-, set ASCIIDOC8. |
|
|
|
# 8.0-, no extra settings are needed |
|
|
|
# |
|
|
|
# |
|
|
|
|
|
|
|
|
|
|
|
# |
|
|
|
# |
|
|
|
# For docbook-xsl ... |
|
|
|
# For docbook-xsl ... |
|
|
|
# -1.68.1, set ASCIIDOC_NO_ROFF? (based on changelog from 1.73.0) |
|
|
|
# -1.68.1, no extra settings are needed? |
|
|
|
# 1.69.0, no extra settings are needed? |
|
|
|
# 1.69.0, set ASCIIDOC_ROFF? |
|
|
|
# 1.69.1-1.71.0, set DOCBOOK_SUPPRESS_SP? |
|
|
|
# 1.69.1-1.71.0, set DOCBOOK_SUPPRESS_SP? |
|
|
|
# 1.71.1, no extra settings are needed? |
|
|
|
# 1.71.1, set ASCIIDOC_ROFF? |
|
|
|
# 1.72.0, set DOCBOOK_XSL_172. |
|
|
|
# 1.72.0, set DOCBOOK_XSL_172. |
|
|
|
# 1.73.0-, set ASCIIDOC_NO_ROFF |
|
|
|
# 1.73.0-, no extra settings are needed |
|
|
|
# |
|
|
|
# |
|
|
|
|
|
|
|
|
|
|
|
# |
|
|
|
ifndef ASCIIDOC7 |
|
|
|
# If you had been using DOCBOOK_XSL_172 in an attempt to get rid |
|
|
|
|
|
|
|
# of 'the ".ft C" problem' in your generated manpages, and you |
|
|
|
|
|
|
|
# instead ended up with weird characters around callouts, try |
|
|
|
|
|
|
|
# using ASCIIDOC_NO_ROFF instead (it works fine with ASCIIDOC8). |
|
|
|
|
|
|
|
# |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ifdef ASCIIDOC8 |
|
|
|
|
|
|
|
ASCIIDOC_EXTRA += -a asciidoc7compatible -a no-inline-literal |
|
|
|
ASCIIDOC_EXTRA += -a asciidoc7compatible -a no-inline-literal |
|
|
|
endif |
|
|
|
endif |
|
|
|
ifdef DOCBOOK_XSL_172 |
|
|
|
ifdef DOCBOOK_XSL_172 |
|
|
|
ASCIIDOC_EXTRA += -a git-asciidoc-no-roff |
|
|
|
ASCIIDOC_EXTRA += -a git-asciidoc-no-roff |
|
|
|
MANPAGE_XSL = manpage-1.72.xsl |
|
|
|
MANPAGE_XSL = manpage-1.72.xsl |
|
|
|
else |
|
|
|
else |
|
|
|
ifdef ASCIIDOC_NO_ROFF |
|
|
|
ifndef ASCIIDOC_ROFF |
|
|
|
# docbook-xsl after 1.72 needs the regular XSL, but will not |
|
|
|
# docbook-xsl after 1.72 needs the regular XSL, but will not |
|
|
|
# pass-thru raw roff codes from asciidoc.conf, so turn them off. |
|
|
|
# pass-thru raw roff codes from asciidoc.conf, so turn them off. |
|
|
|
ASCIIDOC_EXTRA += -a git-asciidoc-no-roff |
|
|
|
ASCIIDOC_EXTRA += -a git-asciidoc-no-roff |
|
|
|