aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index e7c4a8eb1..10e5a5fc6 100644
--- a/meson.build
+++ b/meson.build
@@ -19,6 +19,10 @@ r = run_command('sh', 'contrib/get_version.sh', '--micro', check: true)
19cdata.set('gnunet_micro_version', r.stdout().strip()) 19cdata.set('gnunet_micro_version', r.stdout().strip())
20 20
21pkgcfgdir = get_option('datadir')/'gnunet'/'config.d' 21pkgcfgdir = get_option('datadir')/'gnunet'/'config.d'
22docdir = get_option('datadir')/'doc'/'gnunet'
23
24install_emptydir(docdir)
25install_data('README', 'COPYING', install_dir: docdir)
22 26
23# TODO: Set to true to build a single libgnunet 27# TODO: Set to true to build a single libgnunet
24if get_option('monolith') 28if get_option('monolith')