summaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 37415bab..1587dc7c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,7 +40,7 @@ EXTRA_DIST = \
all-local: Doxyfile
update-authors:
- ( cd $(srcdir) && git shortlog -s -e ) | cut -c 8- | sort > $(srcdir)/AUTHORS
+ cd $(srcdir) && ./maint/update-authors.sh
DISTCHECK_CONFIGURE_FLAGS = \
--enable-xml-docs \