summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-12-27 13:31:57 +0100
committerPeter Simons <simons@cryp.to>2009-12-27 13:31:57 +0100
commit58104f21a9dbdb39fc6f1a47e48233360d36d0f6 (patch)
tree073fba70bd0120b8b7f21fe0fda0485838e313dd /Makefile.am
parent0fa9cb962265057a12318dd0b6743a84aee74388 (diff)
downloadautoconf-archive-58104f21a9dbdb39fc6f1a47e48233360d36d0f6.tar.gz
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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