From 9a64c6c095562a35bd8bc319fdf858b4d6614850 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 24 Jun 2022 13:41:27 +0100 Subject: build: Make update-authors convenience target runnable from Meson Signed-off-by: Simon McVittie --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 \ -- cgit v1.2.1