]> git.ipfire.org Git - thirdparty/git.git/commit
meson: clean up unnecessary variables
authorPatrick Steinhardt <ps@pks.im>
Wed, 9 Jul 2025 06:23:38 +0000 (08:23 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Jul 2025 15:19:32 +0000 (08:19 -0700)
commite69b3b367fb6217b8d43ef8348dff82aabbba5e2
tree99169f18800d1098314987d804d8c5e057354adc
parentdfc4617a5354dc8893b4453998d4307f211670bf
meson: clean up unnecessary variables

The `manpage_target` variable isn't used at all, and the `manpage_path`
variable is only used in a single location. Remove the former variable
and inline the latter.

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