Commit c694e622 authored by minusf's avatar minusf Committed by Tim Graham
Browse files

Allowed overriding variables in docs/Makefile.

parent 33e6cf5e
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@
#

# You can set these variables from the command line.
SPHINXOPTS    =
SPHINXBUILD   = sphinx-build
PAPER         =
BUILDDIR      = _build
LANGUAGE      =
SPHINXOPTS    ?=
SPHINXBUILD   ?= sphinx-build
PAPER         ?=
BUILDDIR      ?= _build
LANGUAGE      ?=

# Internal variables.
PAPEROPT_a4     = -D latex_paper_size=a4