From 01db48d78482ba5e0bfef3141eecf2f4a2461af7 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Thu, 10 Jan 2019 22:47:27 +0000 Subject: [PATCH] Autogenerate AUTHORS file Signed-off-by: David Woodhouse --- .mailmap | 7 +++++++ AUTHORS | 12 ------------ Makefile.am | 5 ++++- 3 files changed, 11 insertions(+), 13 deletions(-) create mode 100644 .mailmap delete mode 100644 AUTHORS diff --git a/.mailmap b/.mailmap new file mode 100644 index 00000000..9a3c371f --- /dev/null +++ b/.mailmap @@ -0,0 +1,7 @@ +David Woodhouse +Nikos Mavrogiannopoulos +Nikos Mavrogiannopoulos +Daniel Lenski Dan Lenski +Fengguang Wu +Ľubomír Carik # Normalisation of the Ľ varies too. +Ľubomír Carik diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index fc190055..00000000 --- a/AUTHORS +++ /dev/null @@ -1,12 +0,0 @@ -David Woodhouse - -Nick Andrew -Antonio Borneo -Ross Burton -Dirk Hohndel -Marcel Holtmann -Jussi Kukkonen -Adam Piątyszek -Thomas Wood -Fengguang Wu - diff --git a/Makefile.am b/Makefile.am index f6e47249..869cc68c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -128,7 +128,7 @@ endif pkgconfig_DATA = openconnect.pc -EXTRA_DIST = version.sh README.TESTS COPYING.LGPL $(lib_srcs_openssl) $(lib_srcs_gnutls) +EXTRA_DIST = AUTHORS version.sh README.TESTS COPYING.LGPL $(lib_srcs_openssl) $(lib_srcs_gnutls) EXTRA_DIST += $(shell cd "$(top_srcdir)" && \ git ls-tree HEAD -r --name-only -- android/ java/ trojans/ 2>/dev/null) @@ -144,6 +144,9 @@ version.c: $(library_srcs) $(lib_openssl_srcs) $(lib_gnutls_srcs) \ openconnect.h openconnect-internal.h version.sh @GITVERSIONDEPS@ @cd $(srcdir) && ./version.sh $(abs_builddir)/version.c +AUTHORS: @GITVERSIONDEPS@ + @git shortlog -sen > AUTHORS + tmp-dist: uncommitted-check $(MAKE) $(AM_MAKEFLAGS) VERSION=$(patsubst v%,%,$(shell git describe --tags)) DISTHOOK=0 dist -- 2.50.1