summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2010-11-30 23:09:28 +0000
committerReuben Thomas <rrt@sc3d.org>2010-12-08 20:29:37 +0000
commita61505239398139eec7deb64b785bfc24e5e3e54 (patch)
tree5dedb2dc20bee8accc7750478eeb596cb46c65ed /Makefile.am
parent5db7e9e7182ea5b7e1cf40aee46b7b3b10e6e247 (diff)
downloadautoconf-archive-a61505239398139eec7deb64b785bfc24e5e3e54.tar.gz
Implement a TODO item: add set-serial to build process (and fix a comment typo in set-serial.sh).
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index eb7e5ef..aba76df 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,4 +46,5 @@ dist-hook:
$(top_srcdir)/gen-authors.sh >$(distdir)/au-t; \
rm -f $(distdir)/AUTHORS; \
mv $(distdir)/au-t $(distdir)/AUTHORS; \
+ $(top_srcdir)/set-serial.sh $(distdir)/m4/*.m4; \
fi