projects
/
platform
/
upstream
/
dbus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f423a9
)
build-sys: add make target for updating AUTHORS file
dbus-1.3.1
author
Lennart Poettering
<lennart@poettering.net>
Wed, 23 Jun 2010 14:13:43 +0000
(16:13 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Wed, 23 Jun 2010 14:13:43 +0000
(16:13 +0200)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index f521470278758e50603da1d0125ab55fa65cec01..733abab24c1f005f5f88c88c3f7e7f6e94f9262b 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-58,3
+58,6
@@
check-coverage:
echo "Need to reconfigure with --enable-gcov"
endif
+
+update-authors:
+ git shortlog -s -e | cut -c 8- | sort > AUTHORS