diff options
| author | J08nY | 2017-08-22 00:01:47 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-22 00:01:47 +0200 |
| commit | 60624b9113ab55d493ea3560f0350f686be2676c (patch) | |
| tree | 1701f3e8e4fdbbdaa852b39aa7fce765b8803fac /docs/Makefile | |
| parent | 28b35f7b5cac0a3d2950bdc8077f5223dd6318c3 (diff) | |
| download | mailman-pgp-60624b9113ab55d493ea3560f0350f686be2676c.tar.gz mailman-pgp-60624b9113ab55d493ea3560f0350f686be2676c.tar.zst mailman-pgp-60624b9113ab55d493ea3560f0350f686be2676c.zip | |
Diffstat (limited to 'docs/Makefile')
| -rw-r--r-- | docs/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile new file mode 100644 index 0000000..17425b6 --- /dev/null +++ b/docs/Makefile @@ -0,0 +1,20 @@ +# Minimal makefile for Sphinx documentation +# + +# You can set these variables from the command line. +SPHINXOPTS = +SPHINXBUILD = sphinx-build +SPHINXPROJ = mailman-pgp +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 |
