X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=doc%2FMakefile;fp=doc%2FMakefile;h=d0c3cbf1020d5c292abdedf27627c6abe25e2293;hb=cdf2dd0c1021639a4aebae4eac44fbb09a224877;hp=0000000000000000000000000000000000000000;hpb=d7d38b4e0d278c28a5cebb3480d0e70d319b543a;p=python-musicpdaio.git diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000..d0c3cbf --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,20 @@ +# Minimal makefile for Sphinx documentation +# + +# You can set these variables from the command line, and also +# from the environment for the first two. +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)