From 0b29792fa12fccb1b7f0c455225b646b82fdf24e Mon Sep 17 00:00:00 2001 From: Iñigo Martínez Date: Fri, 5 Nov 2021 10:38:22 +0100 Subject: build: Make feature options boolean Different options are set as `feature` but this may cause confusion. They have been made `boolean`. In order to always build man documentation, `help2man` is also installed in the CI builds. --- docs/man/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/man/meson.build b/docs/man/meson.build index 9139142..aca49f5 100644 --- a/docs/man/meson.build +++ b/docs/man/meson.build @@ -1,6 +1,8 @@ # SPDX-License-Identifier: GPL-2.0-or-later # Copyright (C) 2019 - 2021 Iñigo Martinez +help2man = find_program('help2man') + mans = [ ['qmicli', [help2man, '--output=@OUTPUT@', '--name=Control QMI devices', '--help-option="--help-all"', qmicli]], ['qmi-network', [help2man, '--output=@OUTPUT@', '--name=Simple network management of QMI devices', qmi_network]], -- cgit v1.2.3