commit 30471f2e14e828c584a1977c7478628f1d2a0879
parent 106af9f64486a76e0064eb8b1153d17c12f9c8df
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Fri, 29 Sep 2023 17:24:13 +0200
BUILD: fix man installation
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/man/meson.build b/doc/man/meson.build
@@ -1,11 +1,12 @@
-configure_file(input : 'gnunet.conf.5.in',
+five = configure_file(input : 'gnunet.conf.5.in',
output : 'gnunet.conf.5',
configuration : cdata,
- install: true,
+ install: false,
install_dir: get_option('mandir'))
install_man(
[
+ five,
'gnunet-arm.1',
'gnunet-ats.1',
'gnunet-auto-share.1',