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

[12/50] git commit: Fixed test flag

Fixed test flag


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

Branch: refs/heads/docs_tmp
Commit: 3c8a699c637ba7cce75714a7c669c918a9c7a8a0
Parents: 0972aff
Author: Noah Slater <ns...@apache.org>
Authored: Sun Oct 14 15:19:05 2012 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Sun Nov 18 00:15:32 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/3c8a699c/share/doc/build/Makefile.am
----------------------------------------------------------------------
diff --git a/share/doc/build/Makefile.am b/share/doc/build/Makefile.am
index 30a5234..a0a2b00 100644
--- a/share/doc/build/Makefile.am
+++ b/share/doc/build/Makefile.am
@@ -189,7 +189,7 @@ $(texinfo_files): texinfo.stamp
 texinfo.stamp: $(image_files) $(src_files)
 	@rm -f texinfo.tmp
 	@touch texinfo.tmp
-	if test -n "`which makeinfo`"; then \
+	if test -z "`which makeinfo`"; then \
 	    $(top_srcdir)/build-aux/missing makeinfo; \
 	fi
 	if test -n "`which sphinx-build`"; then \
@@ -208,7 +208,7 @@ $(pdf_files): pdf.stamp
 pdf.stamp: $(image_files) $(src_files)
 	@rm -f pdf.tmp
 	@touch pdf.tmp
-	if test -n "`which pdflatex`"; then \
+	if test -z "`which pdflatex`"; then \
 	    $(top_srcdir)/build-aux/missing pdflatex; \
 	fi
 	if test -n "`which sphinx-build`"; then \