diff options
author | Martin Ågren <martin.agren@gmail.com> | 2020-03-29 15:18:07 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-03-29 18:25:38 +0200 |
commit | 388f5b52b0093f83957f1b4f42718d3adb0e6f72 (patch) | |
tree | 05d3c5f765b706c61e6ffcce55fbc930b95dc04a /INSTALL | |
parent | Doc: drop support for docbook-xsl before 1.72.0 (diff) | |
download | git-388f5b52b0093f83957f1b4f42718d3adb0e6f72.tar.xz git-388f5b52b0093f83957f1b4f42718d3adb0e6f72.zip |
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 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -206,9 +206,8 @@ Issues of note: clone two separate git-htmldocs and git-manpages repositories next to the clone of git itself. - The minimum supported version of docbook-xsl is 1.72. - It has been reported that docbook-xsl version 1.72 and 1.73 are - buggy; 1.72 misformats manual pages for callouts, and 1.73 needs + The minimum supported version of docbook-xsl is 1.73. + It has been reported that docbook-xsl version 1.73 is buggy; it needs the patch in contrib/patches/docbook-xsl-manpages-charmap.patch Users attempting to build the documentation on Cygwin may need to ensure |