django-auditlog/docs/Makefile

21 lines
639 B
Makefile
Raw Permalink Normal View History

2020-04-22 19:05:54 +00:00
# Minimal makefile for Sphinx documentation
2013-11-06 19:50:53 +00:00
#
2020-04-22 19:05:54 +00:00
# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = source
BUILDDIR = _build
2013-11-06 19:50:53 +00:00
2020-04-22 19:05:54 +00:00
# Put it first so that "make" without argument is like "make help".
2013-11-06 19:50:53 +00:00
help:
2020-04-22 19:05:54 +00:00
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
2013-11-06 19:50:53 +00:00
2020-04-22 19:05:54 +00:00
.PHONY: help Makefile
2013-11-06 19:50:53 +00:00
2020-04-22 19:05:54 +00:00
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)