summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build11
1 files changed, 8 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index 4554a99..8776e76 100644
--- a/meson.build
+++ b/meson.build
@@ -20,12 +20,17 @@ if debug
add_project_arguments('-DDEBUG', language : 'c')
endif
-data_location = join_paths(
- get_option('prefix'),
- get_option('datadir'),
+config_location = join_paths(
+ get_option('sysconfdir'),
+ 'xdg',
'tofi'
)
+install_data(
+ 'doc/config',
+ install_dir: config_location
+)
+
completion_location = join_paths(
get_option('prefix'),
get_option('datadir'),