diff options
author | Martin Ågren <martin.agren@gmail.com> | 2020-03-29 15:18:06 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-03-29 09:25:38 -0700 |
commit | 40b970078b3037c647fe8975724f55bbf63b8e9a (patch) | |
tree | b98ed50471057df6f8a42d05ffd3f7e71539dd41 /Makefile | |
parent | Doc: drop support for docbook-xsl before 1.71.1 (diff) | |
download | tgif-40b970078b3037c647fe8975724f55bbf63b8e9a.tar.xz |
Doc: drop support for docbook-xsl before 1.72.0
docbook-xsl 1.72.0 is thirteen years old. Drop the ASCIIDOC_ROFF knob
which was needed to support 1.68.1 - 1.71.1. The next commit will
increase the required/assumed version further.
Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -285,9 +285,6 @@ all:: # Define DOCBOOK_XSL_172 if you want to format man pages with DocBook XSL v1.72 # (not v1.73 or v1.71). # -# Define ASCIIDOC_ROFF if your DocBook XSL does not escape raw roff directives -# (versions 1.68.1 through v1.72). -# # Define GNU_ROFF if your target system uses GNU groff. This forces # apostrophes to be ASCII so that cut&pasting examples to the shell # will work. |