Diff of /docs/Makefile [000000] .. [030aeb]

Switch to unified view

a b/docs/Makefile
1
# Minimal makefile for Sphinx documentation
2
#
3
4
# You can set these variables from the command line, and also
5
# from the environment for the first two.
6
SPHINXOPTS    ?=
7
SPHINXBUILD   ?= sphinx-build
8
SPHINXPROJ    = dosma
9
SOURCEDIR     = source
10
BUILDDIR      = build
11
12
# Put it first so that "make" without argument is like "make help".
13
help:
14
    @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
15
16
.PHONY: help Makefile
17
18
# Catch-all target: route all unknown targets to Sphinx using the new
19
# "make mode" option.  $(O) is meant as a shortcut for $(SPHINXOPTS).
20
%: Makefile
21
    @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)