mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 20:33:46 +01:00
8 lines
188 B
Makefile
8 lines
188 B
Makefile
# See LICENSE file for license and copyright information
|
|
|
|
SPHINX_BIN = sphinx-build
|
|
SPHINX_BUILDDIR = _build
|
|
SPHINX_OPTS = -d $(SPHINX_BUILDDIR)/doctrees .
|
|
|
|
DOXYGEN_BIN = doxygen
|