X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2FMakefile;h=3b8c8046c941a837674035582a89ff3c32705add;hb=5072f4307c3c5521a14c221be7b4358b8e5c07a7;hp=10de652e884255c84182fb82378c4b6cc9a614b1;hpb=869d68135a85c4f90961e3c85cce0fc66fc2ef27;p=ppu.git diff --git a/docs/Makefile b/docs/Makefile index 10de652..3b8c804 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -12,9 +12,9 @@ BUILDDIR = _build help: @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) -.PHONY: help Makefile +.PHONY: help # 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 +%: Makefile conf.py + @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)