libsecret/docs/meson.build
Andreas Müller b53e9876f4 docs: Add man subdir only if manpage is enabled
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2020-03-19 11:18:46 +01:00

7 lines
91 B
Meson

if with_manpage
subdir('man')
endif
if with_gtkdoc
subdir('reference/libsecret')
endif