mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Make it easier to override variables in Makefiles generated by quickstart
Refs #3965.
This commit is contained in:
parent
b8b4d9b187
commit
943cd788fc
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user