diff options
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |