INSTALL: drop support for docbook-xsl before 1.74
commit5a80d85bbe00cdaf4fc6d58ac26216090f5eac7a
authorMartin Ågren <martin.agren@gmail.com>
Sun, 29 Mar 2020 13:18:10 +0000 (29 15:18 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 29 Mar 2020 16:25:38 +0000 (29 09:25 -0700)
tree39b26fa879f6356a7c039004fa04427219a123df
parentf7421a14387e4d4e45e2ce579dc941f33e4ff8d9
INSTALL: drop support for docbook-xsl before 1.74

Several of the previous commits have been bumping the minimum supported
version of docbook-xsl and dropping various workarounds. Most recently,
we made the minimum be 1.73.0.

In INSTALL, we claim that with 1.73, one needs a certain patch in
contrib/patches/. There is no such patch. It was added in 2ec39edad9
("INSTALL: add warning on docbook-xsl 1.72 and 1.73", 2007-08-03) and
dropped in 9721ac9010 ("contrib: remove continuous/ and patches/",
2013-06-03).

Rather than resurrecting version 1.73 and the patch and testing them,
just raise our minimum supported docbook-xsl version to 1.74.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
INSTALL