build: Fix update-authors rule to work out-of-tree

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2022-02-23 19:42:46 +00:00
parent d15a2328f1
commit 1df1955b04

View file

@ -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 \