]> git.phdru.name Git - ppu.git/blobdiff - docs/Makefile
Docs: Install from PyPI
[ppu.git] / docs / Makefile
index 3b8c8046c941a837674035582a89ff3c32705add..df073e0c7af4f1959bdcdb57e8e88b683784e9c0 100644 (file)
@@ -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)