aboutsummaryrefslogtreecommitdiff
path: root/data/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'data/meson.build')
-rw-r--r--data/meson.build22
1 files changed, 22 insertions, 0 deletions
diff --git a/data/meson.build b/data/meson.build
new file mode 100644
index 000000000..20de89900
--- /dev/null
+++ b/data/meson.build
@@ -0,0 +1,22 @@
1subdir('hellos')
2
3
4install_data(['gns'/'def.tex',
5 'gns'/'gns-bcd.html',
6 'gns'/'gns-bcd.tex',
7 'gns'/'gns-bcd-forbidden.html',
8 'gns'/'gns-bcd-internal-error.html',
9 'gns'/'gns-bcd-invalid-key.html',
10 'gns'/'gns-bcd-not-found.html',
11 'gns'/'gns-bcd-png.tex',
12 'gns'/'gns-bcd-simple.html',
13 'gns'/'gns-bcd-simple.tex',
14 'fcfsd'/'fcfsd-index.html',
15 'fcfsd'/'fcfsd-forbidden.html',
16 'fcfsd'/'fcfsd-notfound.html',
17 'branding'/'logo'/'gnunet-logo.png',
18 'branding'/'logo'/'gnunet-logo-dark-text.svg',
19 'branding'/'logo'/'gnunet-logo-dark-only-text.svg',
20 'testing_hostkeys.ecc',
21 ],
22 install_dir: get_option('datadir')/'gnunet')