]> git.ipfire.org Git - thirdparty/git.git/commit
meson: wire up support for AsciiDoctor
authorPatrick Steinhardt <ps@pks.im>
Fri, 27 Dec 2024 13:59:29 +0000 (14:59 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Dec 2024 16:28:09 +0000 (08:28 -0800)
commitd838d821c9687a789673b2ac9dff707fdc599e1e
tree917318ff83bc66d6176f55ae51b33e0288caaf1d
parent76cf4f61c87855ebf0784b88aaf737d6b09f504b
meson: wire up support for AsciiDoctor

While our Makefile supports both Asciidoc and AsciiDoctor, our Meson
build instructions only support the former. Wire up support for the
latter, as well.

Our Makefile always favors Asciidoc, but Meson will automatically figure
out which of both to use based on whether they are installed or not. To
keep compatibility with our Makefile it favors Asciidoc over Asciidoctor
in case both are available.

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