From 77d1c243614d385027ca11f75aa5d688b01c2969 Mon Sep 17 00:00:00 2001 From: Iñigo Martínez Date: Thu, 29 Jul 2021 23:27:11 +0200 Subject: build: Port to meson meson is a build system focused on speed an ease of use, which helps speeding up the software development. This patch adds meson support along autotools. --- docs/man/meson.build | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/man/meson.build (limited to 'docs/man') diff --git a/docs/man/meson.build b/docs/man/meson.build new file mode 100644 index 00000000..33c4ca05 --- /dev/null +++ b/docs/man/meson.build @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0-or-later +# Copyright (C) 2021 Iñigo Martinez + +mans = files( + 'mmcli.1', + 'ModemManager.8', +) + +install_man(mans) -- cgit v1.2.3-70-g09d2