]> git.ipfire.org Git - thirdparty/git.git/commit
meson: introduce a "docs" alias to compile documentation only
authorPatrick Steinhardt <ps@pks.im>
Thu, 11 Sep 2025 09:16:06 +0000 (11:16 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Sep 2025 16:57:24 +0000 (09:57 -0700)
commit197f0d0f390ef2f1e573a57c27ed7db8df7a46fd
tree24f48127d1743ac22e3f563d8373b6a8d5381cdf
parentc44beea485f0f2feaf460e2ac87fdd5608d63cf0
meson: introduce a "docs" alias to compile documentation only

Meson does not currently provide a target to compile documentation,
only. Instead, users needs to compile the whole project, which may be
way more than they really intend to do.

Introduce a new "docs" alias to plug this gap. This alias can be invoked
e.g. with `meson compile docs`.

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