]> git.ipfire.org Git - thirdparty/git.git/commit
meson: fix building technical and howto docs
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Sun, 2 Mar 2025 16:02:30 +0000 (16:02 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Mar 2025 16:38:05 +0000 (08:38 -0800)
commit87eccc3a81d133e636150268c24d2220cad70fe5
tree1494fcd3ae1b452785b1a185d2988c79a406bda2
parentcb0ae672aeabefca9704477ea8018ac94f523970
meson: fix building technical and howto docs

When our asciidoc files were renamed from "*.txt" to "*.adoc" in
1f010d6bdf7 (doc: use .adoc extension for AsciiDoc files, 2025-01-20)
the "meson.build" file in "Documentation" was updated but the
"meson.build" files in the "technical" and "howto" subdirectories were
not. This causes the meson build to fail when configured with
-Ddocs=html. Fix this by updating the relevant "meson.build" files.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Acked-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/howto/meson.build
Documentation/technical/meson.build