summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Ågren <martin.agren@gmail.com>2020-03-29 13:18:06 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-03-29 16:25:38 (GMT)
commit40b970078b3037c647fe8975724f55bbf63b8e9a (patch)
treeb98ed50471057df6f8a42d05ffd3f7e71539dd41 /Makefile
parentdef3ce00aebc3d30df34393518a38f334875a4c3 (diff)
downloadgit-40b970078b3037c647fe8975724f55bbf63b8e9a.zip
git-40b970078b3037c647fe8975724f55bbf63b8e9a.tar.gz
git-40b970078b3037c647fe8975724f55bbf63b8e9a.tar.bz2
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 9804a07..504d24a 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.