summaryrefslogtreecommitdiff
path: root/man/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'man/meson.build')
-rw-r--r--man/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/man/meson.build b/man/meson.build
index d9c706b4ab..b7725ce5f0 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -226,6 +226,7 @@ update_dbus_docs = custom_target(
if conf.get('BUILD_MODE_DEVELOPER') == 1
test('dbus-docs-fresh',
update_dbus_docs_py,
+ suite : 'dist-check',
args : ['--build-dir', project_build_root, '--test', dbus_docs],
depends : dbus_programs)
endif