Updated Branches: refs/heads/docs 2a8c288b7 -> 52d6f08ab 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/52d6f08a Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/52d6f08a Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/52d6f08a Branch: refs/heads/docs Commit: 52d6f08ab053abfca612026516040d48140fb64e Parents: 2a8c288 Author: Noah Slater Authored: Sun Oct 14 16:12:49 2012 +0100 Committer: Noah Slater Committed: Sun Oct 14 16:12:49 2012 +0100 ---------------------------------------------------------------------- share/doc/build/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/52d6f08a/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 $@