summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-11-16 12:24:31 -0500
committerNed Batchelder <ned@nedbatchelder.com>2019-11-16 12:24:31 -0500
commite72fff05663c80268841a4fd77b40fbc2988e25d (patch)
tree14b44ad910c220cc255eabeab104f5088ba97639 /Makefile
parent2aeb189280ad89b1fdc67529438c6c98668b9d6f (diff)
downloadpython-coveragepy-git-e72fff05663c80268841a4fd77b40fbc2988e25d.tar.gz
Better getting started
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6775e751..3556c038 100644
--- a/Makefile
+++ b/Makefile
@@ -141,8 +141,9 @@ 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 "This might be useful:"
- @echo "open doc/_build/html/index.html"
+
+docopen: dochtml
+ open doc/_build/html/index.html
docspell: docreqs
$(SPHINXBUILD) -b spelling doc doc/_spell