[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 11/12: BUILD: Fix doc directory again, actually build statisiti
From: |
gnunet |
Subject: |
[gnunet] 11/12: BUILD: Fix doc directory again, actually build statisitics bin |
Date: |
Fri, 29 Sep 2023 19:40:08 +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 d63b8d7dba0803ad7a8b53b93e604845420c0025
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Sep 29 17:56:50 2023 +0200
BUILD: Fix doc directory again, actually build statisitics bin
---
doc/meson.build | 2 +-
src/statistics/meson.build | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/meson.build b/doc/meson.build
index 76ea5bbfc..a5c2d7729 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -1,6 +1,6 @@
install_subdir('handbook/html',
- install_dir: docdir/'handbook',
+ install_dir: docdir,
strip_directory: false)
install_data('handbook/texinfo/gnunet.texi',
install_dir: get_option('infodir'))
diff --git a/src/statistics/meson.build b/src/statistics/meson.build
index c5272abac..14cdb0ac3 100644
--- a/src/statistics/meson.build
+++ b/src/statistics/meson.build
@@ -35,7 +35,7 @@ executable ('gnunet-service-statistics',
install: true,
install_dir: get_option('libdir') / 'gnunet' / 'libexec')
executable ('gnunet-statistics',
- gnunetservicestatistics_src,
+ ['gnunet-statistics.c'],
dependencies: [libgnunetstatistics_dep, libgnunetutil_dep],
include_directories: [incdir, configuration_inc],
install: true,
--
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, 2023/09/29
- [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 <=
- [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