summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-09-24 00:02:14 +0200
committerPeter Simons <simons@cryp.to>2009-09-24 00:02:14 +0200
commit24c0b5b37d554c2ba8a63e124293562164b94948 (patch)
tree67104f92d545c2b8f923464ca17b00940338743f /Makefile.am
parent7725e3abffa3719876bee536778afcd9965e3db4 (diff)
downloadautoconf-archive-24c0b5b37d554c2ba8a63e124293562164b94948.tar.gz
AUTHORS: integrated git-authors-gen.pl into the build process
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c61a08a..a29c5e2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,4 +33,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; \
+ rm -f $(distdir)/AUTHORS; \
+ mv $(distdir)/au-t $(distdir)/AUTHORS; \
fi