# You can set these variables from the command line. SPHINXOPTS = -aE -n SPHINXBUILD = sphinx-build SPHINXPROJ = Tezos SOURCEDIR = . BUILDDIR = _build DOCGENDIR = doc_gen DOCERRORDIR = $(DOCGENDIR)/errors all: html linkcheck linkcheck: $(SPHINXBUILD) -b linkcheck "$(SOURCEDIR)" "$(BUILDDIR)" api/errors.rst: $(DOCERRORDIR)/error_doc.ml @jbuilder build $(DOCERRORDIR)/error_doc.exe ../_build/default/docs/$(DOCERRORDIR)/error_doc.exe > api/errors.rst .PHONY: help Makefile # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). html: Makefile api/errors.rst @$(SPHINXBUILD) -b html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) clean: @-rm -Rf "$(BUILDDIR)" @-rm -Rf introduction/readme.rst api/errors.rst