[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 01/02: BUILD: Meson fix man build
From: |
gnunet |
Subject: |
[gnunet] 01/02: BUILD: Meson fix man build |
Date: |
Fri, 29 Sep 2023 15:51:35 +0200 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository gnunet.
commit d2b059979f4de0501a5d9cdcbf564791eca34ae0
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Sep 29 15:48:25 2023 +0200
BUILD: Meson fix man build
---
doc/man/meson.build | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/doc/man/meson.build b/doc/man/meson.build
index 1766d7bb2..65231ef31 100644
--- a/doc/man/meson.build
+++ b/doc/man/meson.build
@@ -1,12 +1,11 @@
configure_file(input : 'gnunet.conf.5.in',
output : 'gnunet.conf.5',
configuration : cdata,
- install: false,
+ install: true,
install_dir: get_option('mandir'))
install_man(
[
- 'gnunet.conf.5',
'gnunet-arm.1',
'gnunet-ats.1',
'gnunet-auto-share.1',
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.