summaryrefslogtreecommitdiff
path: root/docs/man/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/meson.build')
-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 f8daf10..d1331de 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) 2021 IƱigo Martinez <inigomartinez@gmail.com>
+help2man = find_program('help2man')
+
mans = [
['mbimcli', [help2man, '--output=@OUTPUT@', '--name=Control MBIM devices', '--help-option="--help-all"', mbimcli], [mbimcli_sources]],
['mbim-network', [help2man, '--output=@OUTPUT@', '--name=Simple network management of MBIM devices', mbim_network], []],