From: Simon McVittie Date: Wed, 23 Feb 2022 19:42:46 +0000 (+0000) Subject: build: Fix update-authors rule to work out-of-tree X-Git-Tag: dbus-1.14.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1df1955b0494b8c4f8581dffa0805e55e2394e6e;p=thirdparty%2Fdbus.git build: Fix update-authors rule to work out-of-tree Signed-off-by: Simon McVittie --- diff --git a/Makefile.am b/Makefile.am index 54baa326f..db2a6e7c8 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 \