##// END OF EJS Templates
merge: Resolved conflicts
merge: Resolved conflicts

File last commit:

r5343:dad82407 stable
r5471:df8a724f merge v5.1.0 stable
Show More
Makefile
20 lines | 634 B | text/x-makefile | MakefileLexer
docs(5.x): added new tempalte and bootstrapped 5.X docs
r5343 # Minimal makefile for Sphinx documentation
project: added all source files and assets
r1 #
docs(5.x): added new tempalte and bootstrapped 5.X docs
r5343 # You can set these variables from the command line, and also
# from the environment for the first two.
feat(docs): new docs build logic...
r5193 SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
docs(5.x): added new tempalte and bootstrapped 5.X docs
r5343 SOURCEDIR = .
project: added all source files and assets
r1 BUILDDIR = _build
docs(5.x): added new tempalte and bootstrapped 5.X docs
r5343 # Put it first so that "make" without argument is like "make help".
project: added all source files and assets
r1 help:
docs(5.x): added new tempalte and bootstrapped 5.X docs
r5343 @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
project: added all source files and assets
r1
docs(5.x): added new tempalte and bootstrapped 5.X docs
r5343 .PHONY: help Makefile
project: added all source files and assets
r1
docs(5.x): added new tempalte and bootstrapped 5.X docs
r5343 # 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)