From 9d79dfef3a5d0c814cd65e946ad5b413e1165def Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Mon, 13 Apr 2009 19:48:16 +0000 Subject: docs: fix inverted test in makefile --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index d0012fff2..82dcc741c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -9,7 +9,7 @@ SPHINXOPTS = SPHINXBUILD = LANG=C sphinx-build PAPER = -NEED_AUTOSUMMARY = $(shell $(PYTHON) -c 'import sphinx; print sphinx.__version__ >= "0.7" and "1" or ""') +NEED_AUTOSUMMARY = $(shell $(PYTHON) -c 'import sphinx; print sphinx.__version__ < "0.7" and "1" or ""') # Internal variables. PAPEROPT_a4 = -D latex_paper_size=a4 -- cgit v1.2.1