From 9091c472ee621c035a87d4eb9121dc26d912f7b2 Mon Sep 17 00:00:00 2001 From: Jannis Hoffmann Date: Sat, 13 Jul 2024 19:17:43 +0200 Subject: first meson format --- man/meson.build | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'man/meson.build') 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), +) -- cgit v1.2.3