aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-09-30 08:10:19 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-09-30 08:10:19 +0200
commitbf24a8792b1554e16eb5316bd702043aa5526b90 (patch)
tree952f3094d20bb5edbdf6e114be261808d6140297 /doc
parentde0e87f752f868e8e7b6de7a455cf3c52fe1fa40 (diff)
downloadgnunet-bf24a8792b1554e16eb5316bd702043aa5526b90.tar.gz
gnunet-bf24a8792b1554e16eb5316bd702043aa5526b90.zip
BUILD: fix dist handbook
Diffstat (limited to 'doc')
-rw-r--r--doc/handbook/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/handbook/meson.build b/doc/handbook/meson.build
index 9d33a277b..dd9a2ddcf 100644
--- a/doc/handbook/meson.build
+++ b/doc/handbook/meson.build
@@ -19,7 +19,7 @@ else
19endif 19endif
20 20
21if fs.exists('texinfo') 21if fs.exists('texinfo')
22 install_data('handbook/texinfo/gnunet.info', 22 install_data('texinfo'/'gnunet.info',
23 install_dir: get_option('infodir')) 23 install_dir: get_option('infodir'))
24else 24else
25 if sphinx.found() 25 if sphinx.found()