Make it easier to override variables in Makefiles generated by quickstart

Refs #3965.
This commit is contained in:
Dmitry Shachnev 2017-09-28 00:16:40 +03:00
parent b8b4d9b187
commit 943cd788fc

View File

@ -2,9 +2,9 @@
#
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
PAPER ?=
BUILDDIR = {{ rbuilddir }}
# Internal variables.