]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: allow env var to ovveride sphinx defaults
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 5 Mar 2018 16:03:27 +0000 (11:03 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 5 Mar 2018 16:03:27 +0000 (11:03 -0500)
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
doc/developer/Makefile
doc/user/Makefile

index 640a1ace38da6ab8280fae7041ee8653eec6e50e..f5e7cb60ec09878bfc3448283f30769b3b2b3e87 100644 (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      = _build
 
 # User-friendly check for sphinx-build
index 640a1ace38da6ab8280fae7041ee8653eec6e50e..f5e7cb60ec09878bfc3448283f30769b3b2b3e87 100644 (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      = _build
 
 # User-friendly check for sphinx-build