summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Martin Ågren <martin.agren@gmail.com>2020-03-29 15:18:06 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-03-29 09:25:38 -0700
commit40b970078b3037c647fe8975724f55bbf63b8e9a (patch)
treeb98ed50471057df6f8a42d05ffd3f7e71539dd41 /Makefile
parentDoc: drop support for docbook-xsl before 1.71.1 (diff)
downloadtgif-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--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9804a0758b..504d24a1a6 100644
--- a/Makefile
+++ b/Makefile
@@ -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.