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.
Files
Updated by Marko Lindqvist 24 days ago
- Blocked by Bug #2166: Meson: generated man pages not passed by reference added
Updated by Marko Lindqvist 23 days ago
- File 0058-Meson-Avoid-repetitive-man-page-install-dir-construc.patch 0058-Meson-Avoid-repetitive-man-page-install-dir-construc.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
Actions