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 21:28:17 UTC

git commit: Only output one error

Updated Branches:
  refs/heads/docs 9fce368f2 -> 05c933b80


Only output one error


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

Branch: refs/heads/docs
Commit: 05c933b8059040b7f26c9ee43a01de6ba2a38469
Parents: 9fce368
Author: Noah Slater <ns...@apache.org>
Authored: Sun Nov 25 20:28:13 2012 +0000
Committer: Noah Slater <ns...@apache.org>
Committed: Sun Nov 25 20:28:13 2012 +0000

----------------------------------------------------------------------
 share/doc/build/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/05c933b8/share/doc/build/Makefile.am
----------------------------------------------------------------------
diff --git a/share/doc/build/Makefile.am b/share/doc/build/Makefile.am
index ef94324..f5f1ced 100644
--- a/share/doc/build/Makefile.am
+++ b/share/doc/build/Makefile.am
@@ -36,6 +36,8 @@
 
 # @@ distcheck is not actually running `check`
 
+# @@ fail configure if pygments is not found
+
 # @@ should be possible to:
 # @@ run the code checks & docs checks separately
 # @@ distcheck should do A as above
@@ -306,6 +308,6 @@ distcheck-hook:
 	fi
 	for file in $(html_files); do \
 	    if test ! -s $$file; then \
-	        $(top_srcdir)/build-aux/dist-error $$file; \
+	        $(top_srcdir)/build-aux/dist-error $$file || break; \
 	    fi \
 	done