aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-09-29 17:24:13 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-09-29 17:24:13 +0200
commit30471f2e14e828c584a1977c7478628f1d2a0879 (patch)
tree3d8ec3c43431cb45032550359347ea4af777a9d9 /doc
parent106af9f64486a76e0064eb8b1153d17c12f9c8df (diff)
downloadgnunet-30471f2e14e828c584a1977c7478628f1d2a0879.tar.gz
gnunet-30471f2e14e828c584a1977c7478628f1d2a0879.zip
BUILD: fix man installation
Diffstat (limited to 'doc')
-rw-r--r--doc/man/meson.build5
1 files 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 @@
1configure_file(input : 'gnunet.conf.5.in', 1five = configure_file(input : 'gnunet.conf.5.in',
2 output : 'gnunet.conf.5', 2 output : 'gnunet.conf.5',
3 configuration : cdata, 3 configuration : cdata,
4 install: true, 4 install: false,
5 install_dir: get_option('mandir')) 5 install_dir: get_option('mandir'))
6 6
7install_man( 7install_man(
8 [ 8 [
9 five,
9 'gnunet-arm.1', 10 'gnunet-arm.1',
10 'gnunet-ats.1', 11 'gnunet-ats.1',
11 'gnunet-auto-share.1', 12 'gnunet-auto-share.1',