diff options
author | Tom Tromey <tromey@redhat.com> | 1995-11-22 07:23:10 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1995-11-22 07:23:10 +0000 |
commit | bf1c24ae903058aaaf440844e481fc5c9aaf20c2 (patch) | |
tree | 911c7cf1234f4436b7d3318f4694c32da65a0219 /dist-subd-top.am | |
parent | e67d72a96a6a9ab7f21af0d3805e7e4718fffa78 (diff) | |
download | automake-bf1c24ae903058aaaf440844e481fc5c9aaf20c2.tar.gz |
(dist): Run `automake --include-deps' before making distribution
Diffstat (limited to 'dist-subd-top.am')
-rw-r--r-- | dist-subd-top.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist-subd-top.am b/dist-subd-top.am index c9b74e022..ab3cded09 100644 --- a/dist-subd-top.am +++ b/dist-subd-top.am @@ -2,6 +2,7 @@ distdir = $(PACKAGE)-$(VERSION) dist: $(DIST_FILES) rm -rf $(distdir) mkdir $(distdir) + (cd $(srcdir); automake --include-deps) @for file in $(DIST_FILES); do \ test -f $(distdir)/$$file || { \ echo linking $$file; \ |