summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-11-10 16:51:34 -0500
committerNed Batchelder <ned@nedbatchelder.com>2019-11-10 16:51:34 -0500
commitba315ed9d4ca87131f69b2f9f1513f65496c660b (patch)
treebc4296ff83e18599096b7d63781ac69e3844b92f /Makefile
parent62e2172dd4627ac71c1c3aef319980dea3b8b50d (diff)
downloadpython-coveragepy-git-ba315ed9d4ca87131f69b2f9f1513f65496c660b.tar.gz
Helpful command to open built doc files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index eada081e..0065e4a5 100644
--- a/Makefile
+++ b/Makefile
@@ -145,8 +145,8 @@ docreqs:
dochtml: docreqs ## Build the docs HTML output.
.tox/doc/bin/python doc/check_copied_from.py doc/*.rst
$(SPHINXBUILD) -b html doc doc/_build/html
- @echo
- @echo "Build finished. The HTML pages are in doc/_build/html."
+ @echo "This might be useful:"
+ @echo "open doc/_build/html/index.html"
docspell: docreqs
$(SPHINXBUILD) -b spelling doc doc/_spell