chiark / gitweb /
docs: sphinx-doc target: Print file: url
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 8 Apr 2021 19:59:18 +0000 (20:59 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 8 Apr 2021 19:59:18 +0000 (20:59 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile

index d25f53d647533559dd3e178720ae624bdd275cdb..88d145dd5f2a56c789cb687873b813696e803ddc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ full-check: all check cargo-syntaxcheck-release shapelib sphinx-doc
 everything: debug doc release check bundled-sources
 
 shapelib: templates/shapelib.html stamp/cargo.doc-otter-only
-       @echo 'Now you can visit these in your web browser:'
+       @echo 'Shape library preview and docs can now be found here:'
        @echo '  file://$(PWD)/$<'
        @echo '  file://$(abspath $(TARGET_DIR)/doc/otter/shapelib_toml/index.html)'
 
@@ -219,6 +219,8 @@ stamp/cargo.deploy-build: $(call rsrcs,.)
 #---------- sphnix ----------
 
 sphinx-doc: docs/html/index.html
+       @echo 'Documentation can now be found here:'
+       @echo '  file://$(PWD)/$<'
 
 docs/html/index.html: docs/conf.py $(wildcard docs/*.md docs/*.rst)
        $(SPHINXBUILD) -M html docs docs $(SPHINXOPTS)