X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2FMakefile;fp=docs%2FMakefile;h=298ea9e213e8c4c11f0431077510d4e325733c65;hb=53baf637d750e839121a6f217cdc8cf36dd81ed7;hp=0000000000000000000000000000000000000000;hpb=1bf81f1ddacccb164ccde9c34baf421d52bbb45f;p=mimedecode.git diff --git a/docs/Makefile b/docs/Makefile new file mode 100644 index 0000000..298ea9e --- /dev/null +++ b/docs/Makefile @@ -0,0 +1,19 @@ +# Minimal makefile for Sphinx documentation +# + +# You can set these variables from the command line. +SPHINXOPTS = +SPHINXBUILD = sphinx-build +SOURCEDIR = . +BUILDDIR = _build + +# Put it first so that "make" without argument is like "make help". +help: + @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) + +.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). +%: Makefile + @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) \ No newline at end of file