diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |