Document the build and release processes

This commit is contained in:
Alexander Neumann
2018-10-13 12:53:01 +02:00
parent 4ed10239ad
commit 484844aa1a
4 changed files with 81 additions and 7 deletions

View File

@@ -17,4 +17,9 @@ help:
# 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)
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
.PHONY: autobuild
autobuild:
sphinx-autobuild -b html -i '.doctrees/*' . _build