mirror of
https://github.com/restic/restic.git
synced 2025-08-12 15:07:53 +00:00
Document the build and release processes
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user