Actions
Feature #2173
openMeson: Avoid repetitive join_paths(get_option('mandir'), 'man6')
Start date:
08/27/2026
Due date:
% Done:
0%
Estimated time:
Description
We currently do join_paths(get_option('mandir'), 'man6') separately for each man page that we install.
Assign result of join_paths(get_option('mandir'), 'man6') to a variable just once instead, and use that variable when installing individual man pages.
Updated by Marko Lindqvist about 16 hours ago
- Blocked by Bug #2166: Meson: generated man pages not passed by reference added
Actions