aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2020-05-19 18:24:38 +0200
committerMichael Stapelberg <michael@stapelberg.de>2020-05-19 19:07:45 +0200
commit693eee0c0315c095c167602e1c68619d7a1a80fd (patch)
treec0bdd64eca3a5f95ac2fe1a0b277545a5a147b23 /meson_options.txt
parentaba6ec3e52ee2a0f99122645735874d702bfbe83 (diff)
downloadi3-693eee0c0315c095c167602e1c68619d7a1a80fd.tar.gz
i3-693eee0c0315c095c167602e1c68619d7a1a80fd.zip
meson: make docdir configurable
The debian package wants to install docs to $datadir/doc/i3-wm. related to #4086
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 482e1c2c..0c4d4cfb 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -5,3 +5,6 @@ option('docs', type: 'boolean', value: false,
option('mans', type: 'boolean', value: false,
description: 'Build manpages from source (release tarballs contain a generated copy)')
+
+option('docdir', type: 'string', value: '',
+ description: 'documentation directory (default: $datadir/docs/i3)')