]> git.phdru.name Git - ppu.git/blobdiff - docs/Makefile
Rename the project to Portable Python Utilities
[ppu.git] / docs / Makefile
index 10de652e884255c84182fb82378c4b6cc9a614b1..cab73040e606097961d36ec37b59efde2633dcee 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
 
@@ -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)