Merge pull request #4092 from mitya57/stable

Make it easier to override variables in Makefiles generated by quickstart
This commit is contained in:
Takeshi KOMIYA 2017-10-21 19:31:42 +09:00 committed by GitHub
commit 1c060b9b28

View File

@ -2,9 +2,9 @@
# #
# 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 = {{ rbuilddir }} BUILDDIR = {{ rbuilddir }}
# Internal variables. # Internal variables.