aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 3b1b788..0b7b9fa 100644
--- a/meson.build
+++ b/meson.build
@@ -422,6 +422,8 @@ install_headers(cpp_headers, subdir: 'puglxx' + version_suffix)
if not get_option('docs').disabled()
subdir('doc')
+else
+ build_docs = false
endif
if get_option('examples')