summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 1 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index dd71390b..6d750141 100644
--- a/meson.build
+++ b/meson.build
@@ -110,9 +110,7 @@ subdir('src')
# The documentation and test components are optional and can be disabled
# through configuration values. They are enabled by default.
-if get_option('documentation')
- subdir('Documentation')
-endif
+subdir('Documentation')
if get_option('test')
subdir('test')