diff --git a/meson.build b/meson.build index 70847fc36..2c2d63e9f 100644 --- a/meson.build +++ b/meson.build @@ -643,7 +643,7 @@ if get_option('docs') '@OUTPUT@', ], install: true, - install_dir: join_paths(get_option('datadir'), 'doc', 'i3'), + install_dir: docdir, ) custom_target( @@ -656,7 +656,7 @@ if get_option('docs') '@OUTPUT@', ], install: true, - install_dir: join_paths(get_option('datadir'), 'doc', 'i3'), + install_dir: docdir, ) endif