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

[8/50] git commit: Fix newline error

Fix newline error


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

Branch: refs/heads/docs_tmp
Commit: 5f4fc13b8ae68007070a074975a5a531ba65c6e3
Parents: 108371d
Author: Noah Slater <ns...@apache.org>
Authored: Sun Oct 14 16:12:49 2012 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Sun Nov 18 00:15:33 2012 +0000

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/5f4fc13b/share/doc/build/Makefile.am
----------------------------------------------------------------------
diff --git a/share/doc/build/Makefile.am b/share/doc/build/Makefile.am
index a0a2b00..a20210e 100644
--- a/share/doc/build/Makefile.am
+++ b/share/doc/build/Makefile.am
@@ -231,7 +231,7 @@ html.stamp: $(image_files) $(src_files)
 	@touch html.tmp
 	if test -n "`which sphinx-build`"; then \
 	    sphinx-build -b html $(SPHINXOPTS) $(builddir)/html; \
-	else
+	else \
 	    $(top_srcdir)/build-aux/missing sphinx-build; \
 	fi
 	@mv -f html.tmp $@