Merge branch 'fix/docs-makefile' into 'master'

docs: make varaibles environment-aware

See merge request ungleich-public/cdist!937
This commit is contained in:
poljakowski 2020-09-24 06:55:30 +02:00
commit 8ab1b6a03d
1 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,10 @@
#
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = ../dist
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
PAPER ?=
BUILDDIR ?= ../dist
# for cache, etc.
_BUILDDIR = _build