From: Daan De Meyer Date: Wed, 26 Feb 2025 21:06:41 +0000 (+0100) Subject: meson: Add missing dbus_programs dependency on update-dbus-docs X-Git-Tag: v258-rc1~1242 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=461bd9277a69833a534518c263d00443f2f6fbf4;p=thirdparty%2Fsystemd.git meson: Add missing dbus_programs dependency on update-dbus-docs All dbus programs have to be up-to-date for update-dbus-docs to produce the expected output, so add the missing dependency. --- diff --git a/man/meson.build b/man/meson.build index 69ea5c403ec..20a073442e6 100644 --- a/man/meson.build +++ b/man/meson.build @@ -226,7 +226,8 @@ update_dbus_docs = custom_target( 'update-dbus-docs-impl', output : 'update-dbus-docs', command : [update_dbus_docs_py, '--build-dir', project_build_root, '@INPUT@'], - input : dbus_docs) + input : dbus_docs, + depends : dbus_programs) if conf.get('BUILD_MODE_DEVELOPER') == 1 test('dbus-docs-fresh',