]> git.ipfire.org Git - thirdparty/git.git/commit
meson: properly wire up dependencies for our docs
authorPatrick Steinhardt <ps@pks.im>
Fri, 27 Dec 2024 13:59:30 +0000 (14:59 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Dec 2024 16:28:09 +0000 (08:28 -0800)
commit2a8bd34c5576e02fed38d85dc5c90ffb9d4ecfb3
treec13b3050da44c5c2fcaf405cca989f35e4ad508d
parentd838d821c9687a789673b2ac9dff707fdc599e1e
meson: properly wire up dependencies for our docs

A couple of Meson documentation targets use `meson.current_source_dir()`
to resolve inputs. This has the downside that it does not automagically
make Meson track these inputs as a dependency. After all, string
arguments really can be anything, even if they happen to match an actual
filesystem path.

Adapt these build targets to instead use inputs.

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