X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2FMakefile;h=3b8c8046c941a837674035582a89ff3c32705add;hb=50c0b081758c4a611583b53b61a70b3b7b791223;hp=10de652e884255c84182fb82378c4b6cc9a614b1;hpb=5ff3d7feb2e7405d407fde480a6573d0c5c2b9db;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)