Merge branch 'master' into 'master'

docs: Add man subdir only if manpage is enabled

See merge request GNOME/libsecret!51
This commit is contained in:
Daiki Ueno 2020-03-19 12:50:01 +00:00
commit 97d5310d3c

View File

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