summaryrefslogtreecommitdiff
path: root/dist-subd-top.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1995-11-22 07:23:10 +0000
committerTom Tromey <tromey@redhat.com>1995-11-22 07:23:10 +0000
commitbf1c24ae903058aaaf440844e481fc5c9aaf20c2 (patch)
tree911c7cf1234f4436b7d3318f4694c32da65a0219 /dist-subd-top.am
parente67d72a96a6a9ab7f21af0d3805e7e4718fffa78 (diff)
downloadautomake-bf1c24ae903058aaaf440844e481fc5c9aaf20c2.tar.gz
(dist): Run `automake --include-deps' before making distribution
Diffstat (limited to 'dist-subd-top.am')
-rw-r--r--dist-subd-top.am1
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; \