summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Ågren <martin.agren@gmail.com>2020-03-29 13:18:07 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-03-29 16:25:38 (GMT)
commit388f5b52b0093f83957f1b4f42718d3adb0e6f72 (patch)
tree05d3c5f765b706c61e6ffcce55fbc930b95dc04a /Makefile
parent40b970078b3037c647fe8975724f55bbf63b8e9a (diff)
downloadgit-388f5b52b0093f83957f1b4f42718d3adb0e6f72.zip
git-388f5b52b0093f83957f1b4f42718d3adb0e6f72.tar.gz
git-388f5b52b0093f83957f1b4f42718d3adb0e6f72.tar.bz2
Doc: drop support for docbook-xsl before 1.73.0
Drop the DOCBOOK_XSL_172 config knob, which was needed with docbook-xsl 1.72 (but neither 1.71 nor 1.73). Version 1.73.0 is more than twelve years old. Together with the last few commits, we are now at a point where we don't have any Makefile knobs to cater to old/broken versions of docbook-xsl. 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 504d24a..2a4da89 100644
--- a/Makefile
+++ b/Makefile
@@ -282,9 +282,6 @@ all::
# Define NO_ST_BLOCKS_IN_STRUCT_STAT if your platform does not have st_blocks
# field that counts the on-disk footprint in 512-byte blocks.
#
-# Define DOCBOOK_XSL_172 if you want to format man pages with DocBook XSL v1.72
-# (not v1.73 or v1.71).
-#
# 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.