From 1df1955b0494b8c4f8581dffa0805e55e2394e6e Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 23 Feb 2022 19:42:46 +0000 Subject: build: Fix update-authors rule to work out-of-tree 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 54baa326..db2a6e7c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,7 +33,7 @@ EXTRA_DIST = \ all-local: Doxyfile update-authors: - git shortlog -s -e | cut -c 8- | sort > AUTHORS + ( cd $(srcdir) && git shortlog -s -e ) | cut -c 8- | sort > $(srcdir)/AUTHORS DISTCHECK_CONFIGURE_FLAGS = \ --enable-xml-docs \ -- cgit v1.2.1