summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2021-11-05 10:38:22 +0100
committerAleksander Morgado <aleksander@aleksander.es>2021-11-08 09:24:25 +0000
commit0b29792fa12fccb1b7f0c455225b646b82fdf24e (patch)
tree0ea47f6b8e2e12c3949aacc178684bc67a8d2611 /docs
parent4210314cbd37142ceb5328ed14007b36338b3658 (diff)
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/man/meson.build2
1 files changed, 2 insertions, 0 deletions
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 <inigomartinez@gmail.com>
+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]],