(dist): Run `automake --include-deps' before making distribution
authorTom Tromey <tromey@redhat.com>
Wed, 22 Nov 1995 07:23:10 +0000 (07:23 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 22 Nov 1995 07:23:10 +0000 (07:23 +0000)
dist-subd-top.am
dist.am

index c9b74e0..ab3cded 100644 (file)
@@ -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;                \
diff --git a/dist.am b/dist.am
index 0872f5c..f6886dc 100644 (file)
--- a/dist.am
+++ b/dist.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;                \