mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
[1.5.x] Allowed overriding variables in docs/Makefile.
Backport of c694e6220e
from master
This commit is contained in:
parent
02ac44b29a
commit
f8e6434912
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue