diff options
author | Jan Dittberner <jandd@cacert.org> | 2018-10-26 23:40:56 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2018-10-26 23:40:56 +0200 |
commit | 0c067a7e62c8dad58ed974f75b08ac1802d748e6 (patch) | |
tree | cd8052f1613d84fcd20a72e6ad699bfde373535f /Makefile | |
parent | b510692489dad1b59567491e5922dc2b6976cdb7 (diff) | |
download | cacert-codedocs-0c067a7e62c8dad58ed974f75b08ac1802d748e6.tar.gz cacert-codedocs-0c067a7e62c8dad58ed974f75b08ac1802d748e6.tar.xz cacert-codedocs-0c067a7e62c8dad58ed974f75b08ac1802d748e6.zip |
Initialize Sphinx project
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..69fe55e --- /dev/null +++ b/Makefile @@ -0,0 +1,19 @@ +# Minimal makefile for Sphinx documentation +# + +# You can set these variables from the command line. +SPHINXOPTS = +SPHINXBUILD = sphinx-build +SOURCEDIR = source +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 |