You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2012/11/25 20:45:08 UTC

git commit: Hook distcheck-hook targets into top-level Makefile.am

Updated Branches:
  refs/heads/docs 670064ea1 -> c060c378e


Hook distcheck-hook targets into top-level Makefile.am


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/c060c378
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/c060c378
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/c060c378

Branch: refs/heads/docs
Commit: c060c378eecdf3592a9b67e5de803ab966f9da5a
Parents: 670064e
Author: Noah Slater <ns...@apache.org>
Authored: Sun Nov 25 19:45:04 2012 +0000
Committer: Noah Slater <ns...@apache.org>
Committed: Sun Nov 25 19:45:04 2012 +0000

----------------------------------------------------------------------
 Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/c060c378/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index bae8494..0a80cfd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -163,6 +163,9 @@ dist-hook:
 	find $(top_builddir) -type f -name "._*" -exec rm -f {} \;
 
 distcheck-hook:
+	$(MAKE) -C bin distcheck-hook
+	$(MAKE) -C src/couchdb/priv distcheck-hook
+	$(MAKE) -C share/doc/build distcheck-hook
 	grep -rL 'http://www.apache.org/licenses/LICENSE-2.0' * \
             | grep --include= -vEf license.skip; \
         test "$$?" -eq 1