]> git.ipfire.org Git - thirdparty/git.git/commit
meson: print docs backend as part of the summary
authorPatrick Steinhardt <ps@pks.im>
Thu, 11 Sep 2025 09:16:07 +0000 (11:16 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Sep 2025 16:57:24 +0000 (09:57 -0700)
commitb64579dff989f36343bdbb3e1d6481ee4a3f0876
tree3f46d15e14ad2177548882c8d694463b31174e8e
parent197f0d0f390ef2f1e573a57c27ed7db8df7a46fd
meson: print docs backend as part of the summary

Our documentation can be built with either Asciidoc or Asciidoctor as
backend. When Meson is configured to build documentation, then it will
automatically detect which of these tools is available and use them.
It's not obvious to the user though which of these backends is used
unless the user explicitly asks for one backend via `-Ddocs_backend=`.

Improve the status quo by printing the docs backend as part of the
"backends" summary.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
meson.build