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 ad68ef0..ac24c17 100644
--- a/meson.build
+++ b/meson.build
@@ -97,9 +97,7 @@ gidocgen_dep = dependency('gi-docgen', version: '>= 2021.1',
required: get_option('gtk_doc') and get_option('introspection')
)
-if get_option('gtk_doc')
- subdir('doc')
-endif
+subdir('doc')
if get_option('examples')
subdir('examples')