summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-06-24 13:41:27 +0100
committerSimon McVittie <smcv@collabora.com>2022-07-13 20:36:13 +0100
commit9a64c6c095562a35bd8bc319fdf858b4d6614850 (patch)
tree351c76a6467d63689974f4a37c22de643bc28b57 /meson.build
parent6e5f42be4dc408dc2354760b213c6172fe887671 (diff)
downloaddbus-9a64c6c095562a35bd8bc319fdf858b4d6614850.tar.gz
build: Make update-authors convenience target runnable from Meson
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 6244db65..ac8ba6cf 100644
--- a/meson.build
+++ b/meson.build
@@ -950,6 +950,13 @@ bonus_files = files(
'README',
)
+if platform_unix
+ run_target(
+ 'maintainer-update-authors',
+ command: 'maint/update-authors.sh',
+ )
+endif
+
subdir('dbus')
subdir('bus')
subdir('tools')