mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 23:53:53 +01:00
411089b2ae
documentation Also build man pages only if sphinx is available. Make it nops otherwise. Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
9 lines
259 B
Makefile
9 lines
259 B
Makefile
# See LICENSE file for license and copyright information
|
|
|
|
SPHINX_BIN ?= sphinx-build
|
|
SPHINX_BUILDDIR = _build
|
|
SPHINX_OPTS ?=
|
|
DOXYGEN_BIN ?= doxygen
|
|
# This needs to be the same python interpreter as used by sphinx-build
|
|
PYTHON_BIN ?= python
|