[1.6.x] Allowed overriding variables in docs/Makefile.
Backport of c694e6220e
from master
This commit is contained in:
parent
c456a27725
commit
5f8bf4368d
|
@ -2,11 +2,11 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# You can set these variables from the command line.
|
# You can set these variables from the command line.
|
||||||
SPHINXOPTS =
|
SPHINXOPTS ?=
|
||||||
SPHINXBUILD = sphinx-build
|
SPHINXBUILD ?= sphinx-build
|
||||||
PAPER =
|
PAPER ?=
|
||||||
BUILDDIR = _build
|
BUILDDIR ?= _build
|
||||||
LANGUAGE =
|
LANGUAGE ?=
|
||||||
|
|
||||||
# Internal variables.
|
# Internal variables.
|
||||||
PAPEROPT_a4 = -D latex_paper_size=a4
|
PAPEROPT_a4 = -D latex_paper_size=a4
|
||||||
|
|
Loading…
Reference in New Issue