]> git.ipfire.org Git - thirdparty/git.git/commit
Documentation: refactor "api-index.sh" for out-of-tree builds
authorPatrick Steinhardt <ps@pks.im>
Fri, 27 Dec 2024 13:59:35 +0000 (14:59 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Dec 2024 16:28:10 +0000 (08:28 -0800)
commit88e08b92e9a55fa453d44b26061a6a67a7eefafc
treed3f0cccca14d3be7579db5df5e9d6289b48b0c30
parentae0b33939d233fa340f1ebb768588dc46a128e4c
Documentation: refactor "api-index.sh" for out-of-tree builds

The "api-index.sh" script generates an index of API-related
documentation. The script does not handle out-of-tree builds and thus
cannot be used easily by Meson.

Refactor it to be independent of locations by both accepting a source
directory where the API docs live as well as a path to an output file.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile
Documentation/technical/api-index.sh