summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-03-19 01:42:22 +0100
committerAndreas Müller <schnitzeltony@gmail.com>2020-03-19 11:18:46 +0100
commitb53e9876f4611525b7a8f69a3110fbec51dcede0 (patch)
tree5980ea7d71dadcaf9bf9afac4d07a411c4c9960a /docs
parenta6c4c92ed0dbc5586a584bcb82c06e6c21a2ad5a (diff)
downloadlibsecret-b53e9876f4611525b7a8f69a3110fbec51dcede0.tar.gz
docs: Add man subdir only if manpage is enabled
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/meson.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/meson.build b/docs/meson.build
index cc8d964..06db370 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -1,4 +1,6 @@
-subdir('man')
+if with_manpage
+ subdir('man')
+endif
if with_gtkdoc
subdir('reference/libsecret')
endif