Files

21 lines
618 B
Makefile
Raw Permalink Normal View History

2018-03-07 10:30:40 +08:00
# Minimal makefile for Sphinx documentation
#
# You can set these variables from the command line.
2018-07-05 10:11:29 +08:00
SPHINXOPTS = -W
2018-03-07 10:30:40 +08:00
SPHINXBUILD = sphinx-build
2020-03-26 20:33:22 +02:00
SPHINXPROJ = fulcrum-porotocol
2018-03-07 10:30:40 +08:00
SOURCEDIR = .
BUILDDIR = _build
# Put it first so that "make" without argument is like "make help".
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
2018-07-05 10:11:29 +08:00
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)