]> git.ipfire.org Git - thirdparty/git.git/commit
doc: remove manpage-base-url workaround
authorFelipe Contreras <felipe.contreras@gmail.com>
Wed, 22 Mar 2023 00:08:15 +0000 (18:08 -0600)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Apr 2023 21:18:53 +0000 (14:18 -0700)
commit092df21dfca2b53e459947931245cb0e06d35ca8
tree0dced490f54702e2b29b20b0c70438c24c74a408
parentae73b2c8f1da39c39335ee76a0f95857712c22a7
doc: remove manpage-base-url workaround

Commit 50d9bbba92 (Documentation: Avoid use of xmlto --stringparam,
2009-12-04) introduced manpage-base-url.xsl because ancient versions of
xmlto did not have --stringparam.

However, that was more than ten years ago, no need for that complexity
anymore, we can just use --stringparam.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Acked-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/.gitignore
Documentation/Makefile
Documentation/manpage-base-url.xsl.in [deleted file]