sphinx/doc/Makefile

21 lines
609 B
Makefile
Raw Normal View History

2008-03-18 14:52:26 -05:00
# Makefile for Sphinx documentation
#
# You can set these variables from the command line.
SPHINXOPTS =
2018-05-26 13:03:25 -05:00
SPHINXBUILD = python3 ../sphinx/cmd/build.py
SPHINXPROJ = sphinx
SOURCEDIR = .
BUILDDIR = _build
# Put it first so that "make" without argument is like "make help".
2008-03-18 14:52:26 -05:00
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
.PHONY: help Makefile
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
2014-01-19 10:49:57 -06:00
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)