aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/meson.build b/doc/meson.build
index 8826e331..70c3280d 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -22,7 +22,7 @@ if sphinx.found()
)
endif
- if get_option('documentation').auto() or get_option('documtation').enabled()
+ if get_option('documentation').auto() or get_option('documentation').enabled()
custom_target(
'documentation',
command : [sphinx, '-b', 'html', '-q', '-d', '@PRIVATE_DIR@', '-Drelease=' + meson.project_version(),'@CURRENT_SOURCE_DIR@', '@OUTDIR@/html'],