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 22:18:36 UTC

git commit: Move breakpoint

Updated Branches:
  refs/heads/docs 481a5d1c5 -> 692cddfec


Move breakpoint


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

Branch: refs/heads/docs
Commit: 692cddfec703dbe4a838b79f2cda8f4afbab6de2
Parents: 481a5d1
Author: Noah Slater <ns...@apache.org>
Authored: Sun Nov 25 21:18:27 2012 +0000
Committer: Noah Slater <ns...@apache.org>
Committed: Sun Nov 25 21:18:27 2012 +0000

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/692cddfe/share/doc/build/Makefile.am
----------------------------------------------------------------------
diff --git a/share/doc/build/Makefile.am b/share/doc/build/Makefile.am
index 8989d71..99c9175 100644
--- a/share/doc/build/Makefile.am
+++ b/share/doc/build/Makefile.am
@@ -313,6 +313,6 @@ distcheck-hook:
 	fi
 	for file in $(html_files); do \
 	    if test ! -s $$file; then \
-	        $(top_srcdir)/build-aux/dist-error $$file || break; \
-	    fi \
+	        $(top_srcdir)/build-aux/dist-error $$file; \
+	    fi || break\
 	done