summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 90eb45abec..c0d6f24395 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1071,7 +1071,6 @@ if HAVE_DOXYGEN
zip -rq wsar_html.zip wsar_html
endif
+# Update AUTHORS file with entries from git shortlog
gen-authors:
-#Generate list of AUTHORS (Name + E-Mail) sort by number of commit
- git --no-pager shortlog -se HEAD > $(top_srcdir)/AUTHORS.git
- $(PERL) $(top_srcdir)/tools/generate_authors.pl $(top_srcdir)/AUTHORS.src $(top_srcdir)/AUTHORS.git > $(top_srcdir)/AUTHORS
+ cd $(top_srcdir) && $(PERL) tools/generate_authors.pl AUTHORS.src > AUTHORS