diff --git a/docs/meson.build b/docs/meson.build index bcd7123f..b86be2b5 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -27,8 +27,6 @@ custom_target('man-appstreamcli', ] ) -subdir('api/') - # # Documentation # @@ -71,9 +69,12 @@ as_doc_src = [ ] if get_option('documentation') + find_program('gtkdoc-scan') publican_exe = find_program('publican') python_exe = find_program('python3') + subdir('api/') + build_docs_cmd = [ python_exe, join_paths(meson.current_source_dir(), 'doc-build-helper.py'),