mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-25 01:10:14 +01:00
build: Fix update-authors rule to work out-of-tree
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
d15a2328f1
commit
1df1955b04
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue