gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 02/02: BUILD: Add some doc installation


From: gnunet
Subject: [gnunet] 02/02: BUILD: Add some doc installation
Date: Thu, 21 Sep 2023 08:12:34 +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 f61216c668708c0e2404904bef0de478b683e37f
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Sep 21 08:12:28 2023 +0200

    BUILD: Add some doc installation
---
 doc/man/meson.build | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/meson.build     |  7 +++++++
 meson.build         |  1 +
 3 files changed, 67 insertions(+)

diff --git a/doc/man/meson.build b/doc/man/meson.build
new file mode 100644
index 000000000..b8dfcb098
--- /dev/null
+++ b/doc/man/meson.build
@@ -0,0 +1,59 @@
+install_man(
+  [# 'gnunet.conf.5', FIXME generated from in file
+  'gnunet-arm.1',
+  'gnunet-ats.1',
+  'gnunet-auto-share.1',
+  'gnunet-base32.1',
+  'gnunet-bcd.1',
+  'gnunet-bugreport.1',
+  'gnunet-config.1',
+  'gnunet-core.1',
+  'gnunet-conversation.1',
+  'gnunet-conversation-test.1',
+  'gnunet-dht-get.1',
+  'gnunet-dht-put.1',
+  'gnunet-dht-monitor.1',
+  'gnunet-dht-hello.1',
+  'gnunet-directory.1',
+  'gnunet-dns2gns.1',
+  'gnunet-datastore.1',
+  'gnunet-download.1',
+  'gnunet-did.1',
+  'gnunet-ecc.1',
+  'gnunet-fs.1',
+  'gnunet-gns.1',
+  'gnunet-gns-proxy.1',
+  'gnunet-gns-proxy-setup-ca.1',
+  'gnunet-identity.1',
+  'gnunet-cadet.1',
+  'gnunet-messenger.1',
+  'gnunet-namecache.1',
+  'gnunet-namestore.1',
+  'gnunet-namestore-fcfsd.1',
+  'gnunet-namestore-dbtool.1',
+  'gnunet-namestore-zonefile.1',
+  'gnunet-nat.1',
+  'gnunet-nat-auto.1',
+  'gnunet-nat-server.1',
+  'gnunet-nse.1',
+  'gnunet-peerinfo.1',
+  'gnunet-publish.1',
+  'gnunet-qr.1',
+  'gnunet-reclaim.1',
+  'gnunet-resolver.1',
+  'gnunet-revocation.1',
+  'gnunet-scalarproduct.1',
+  'gnunet-scrypt.1',
+  'gnunet-search.1',
+  'gnunet-statistics.1',
+  'gnunet-testbed-profiler.1',
+  'gnunet-testing.1',
+  'gnunet-testing-run-service.1',
+  'gnunet-timeout.1',
+  'gnunet-transport.1',
+  'gnunet-transport-certificate-creation.1',
+  'gnunet-unindex.1',
+  'gnunet-uri.1',
+  'gnunet-vpn.1',
+  'gnunet-zoneimport.1'])
+
diff --git a/doc/meson.build b/doc/meson.build
new file mode 100644
index 000000000..1fe8884d4
--- /dev/null
+++ b/doc/meson.build
@@ -0,0 +1,7 @@
+
+install_subdir('handbook/html',
+               install_dir: get_option('datadir')+'/doc',
+               strip_directory: false)
+install_data('handbook/texinfo/gnunet.texi',
+             install_dir: get_option('infodir'))
+subdir('man')
diff --git a/meson.build b/meson.build
index 38cae9e12..e8f44ffa6 100644
--- a/meson.build
+++ b/meson.build
@@ -148,3 +148,4 @@ configure_file(#input: 'gnunet_private_config.h.in',
 configuration_inc = include_directories('.')
 
 subdir('src')
+subdir('doc')

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]