From: Georg Brandl Date: Tue, 30 Sep 2014 20:23:57 +0000 (+0200) Subject: Dont define an empty SPHINXOPTS, which overrides a definition from the environment. X-Git-Tag: v2.7.9rc1~192 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb675280d91eafdcc7e3892cf4aeb1565ec733cf;p=thirdparty%2FPython%2Fcpython.git Dont define an empty SPHINXOPTS, which overrides a definition from the environment. --- diff --git a/Doc/Makefile b/Doc/Makefile index ec35c12873cd..fee7fc795a01 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -6,7 +6,6 @@ # You can set these variables from the command line. PYTHON = python SPHINXBUILD = sphinx-build -SPHINXOPTS = PAPER = SOURCES = DISTVERSION = $(shell $(PYTHON) tools/sphinxext/patchlevel.py)