X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2FMakefile;h=df073e0c7af4f1959bdcdb57e8e88b683784e9c0;hb=6e0cd069dfb6f2b72931078b566d07d8b37db0d6;hp=3b8c8046c941a837674035582a89ff3c32705add;hpb=5072f4307c3c5521a14c221be7b4358b8e5c07a7;p=ppu.git diff --git a/docs/Makefile b/docs/Makefile index 3b8c804..df073e0 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -4,7 +4,7 @@ # You can set these variables from the command line. SPHINXOPTS = SPHINXBUILD = sphinx-build -SPHINXPROJ = remove-old-files +SPHINXPROJ = ppu SOURCEDIR = . BUILDDIR = _build @@ -16,5 +16,5 @@ 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 conf.py +%: conf.py @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)