docs: Add man subdir only if manpage is enabled

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller 2020-03-19 01:42:22 +01:00
parent a6c4c92ed0
commit b53e9876f4

View File

@ -1,4 +1,6 @@
subdir('man')
if with_manpage
subdir('man')
endif
if with_gtkdoc
subdir('reference/libsecret')
endif