summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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