diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-13 19:17:43 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-13 19:17:43 +0200 |
commit | 9091c472ee621c035a87d4eb9121dc26d912f7b2 (patch) | |
tree | b634ad3c5b394d31f342fa01764da8ce9e0f9c02 /man/meson.build | |
parent | 979a7f4a10151b13a31298398935b93f4ca287f1 (diff) |
first meson format
Diffstat (limited to 'man/meson.build')
-rw-r--r-- | man/meson.build | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/meson.build b/man/meson.build index 53c6a41..de271aa 100644 --- a/man/meson.build +++ b/man/meson.build @@ -47,7 +47,8 @@ foreach m : qlibs_mans endforeach install_data( - sources : qlibs_mans, - rename : renamed, + sources : qlibs_mans, + rename : renamed, install_tag : 'man', - install_dir : get_option('mandir') / ('man' + man_section)) + install_dir : get_option('mandir') / ('man' + man_section), +) |