From 58104f21a9dbdb39fc6f1a47e48233360d36d0f6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 27 Dec 2009 13:31:57 +0100 Subject: AUTHORS: ensure that ever macro copyright holder is included in this file The AUTHORS file lists the name of everyone who has submitted an m4 file or committed to the Git repository. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 253378f..dba4d3e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,7 @@ dist-hook: >$(distdir)/cl-t -- master $(top_srcdir)/m4; \ rm -f $(distdir)/ChangeLog; \ mv $(distdir)/cl-t $(distdir)/ChangeLog; \ - $(top_srcdir)/git-authors-gen.pl >$(distdir)/au-t; \ + $(top_srcdir)/gen-authors.sh >$(distdir)/au-t; \ rm -f $(distdir)/AUTHORS; \ mv $(distdir)/au-t $(distdir)/AUTHORS; \ fi -- cgit v1.2.1