]> git.ipfire.org Git - thirdparty/git.git/commit - contrib/buildsystems/CMakeLists.txt
cmake: generate the shell/perl/python scripts and templates, translations
authorSibi Siddharthan <sibisiddharthan.github@gmail.com>
Fri, 26 Jun 2020 16:11:32 +0000 (16:11 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Jun 2020 17:08:46 +0000 (10:08 -0700)
commitafa45fe5c00165fe9132974098427175a0f1ca80
tree1e8df3b865515476a748b3f003a70a525be598f7
parent061c2240b1b9576a5b4dea5d56b676f9d07b9dad
cmake: generate the shell/perl/python scripts and templates, translations

Implement the placeholder substitution to generate scripted
Porcelain commands, e.g. git-request-pull out of
git-request-pull.sh

Generate shell/perl/python scripts and template using CMake instead of
using sed like the build procedure in the Makefile does.

The text translations are only build if `msgfmt` is found in your path.

NOTE: The scripts and templates are generated during configuration.

Signed-off-by: Sibi Siddharthan <sibisiddharthan.github@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/buildsystems/CMakeLists.txt