]> git.ipfire.org Git - thirdparty/git.git/commit
Documentation: teach "cmd-list.perl" about out-of-tree builds
authorPatrick Steinhardt <ps@pks.im>
Fri, 6 Dec 2024 13:24:54 +0000 (14:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Dec 2024 22:52:12 +0000 (07:52 +0900)
commit628d49f6e595694afc657fd80c1a12bb09c693b7
tree7e26cdd81c3df6385525a9e2bc80ab08475db5b0
parent9219325be74c35c493a61ab3107d215cad91cf38
Documentation: teach "cmd-list.perl" about out-of-tree builds

The "cmd-list.perl" script generates a list of commands that can be
included into our manpages. The script doesn't know about out-of-tree
builds and instead writes resulting files into the source directory.

Adapt it such that we can read data from the source directory and write
data into the build directory.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile
Documentation/cmd-list.perl