[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 08/12: BUILD: fix man installation
From: |
gnunet |
Subject: |
[gnunet] 08/12: BUILD: fix man installation |
Date: |
Fri, 29 Sep 2023 19:40:05 +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 30471f2e14e828c584a1977c7478628f1d2a0879
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Sep 29 17:24:13 2023 +0200
BUILD: fix man installation
---
doc/man/meson.build | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/man/meson.build b/doc/man/meson.build
index 65231ef31..6a271ff3c 100644
--- 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',
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [gnunet] branch master updated (1ae6f7e4c -> eba7744c6), gnunet, 2023/09/29
- [gnunet] 04/12: BUILD: wrong setup for infile, gnunet, 2023/09/29
- [gnunet] 01/12: BUILD: fix math dep, gnunet, 2023/09/29
- [gnunet] 03/12: BUILD: wrong setup for infile, gnunet, 2023/09/29
- [gnunet] 02/12: BUILD: resolver conf from in, gnunet, 2023/09/29
- [gnunet] 08/12: BUILD: fix man installation,
gnunet <=
- [gnunet] 07/12: BUILD: fix versions and installation paths, gnunet, 2023/09/29
- [gnunet] 05/12: BUILD: Fix missing prefix in config data, gnunet, 2023/09/29
- [gnunet] 09/12: BUILD: Add ats tool for now; fix installation of files, gnunet, 2023/09/29
- [gnunet] 11/12: BUILD: Fix doc directory again, actually build statisitics bin, gnunet, 2023/09/29
- [gnunet] 10/12: BUILD: Fix doc directory and doc installation, gnunet, 2023/09/29
- [gnunet] 06/12: BUILD: add tlds to git, gnunet, 2023/09/29
- [gnunet] 12/12: BUILD: towards better handbook integration, gnunet, 2023/09/29