chiark / gitweb /
Print url of shapelib_toml docs too
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 13 Jan 2021 00:58:15 +0000 (00:58 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 13 Jan 2021 00:58:15 +0000 (00:58 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile

index 3d3fa40b035f44e66a1fd2fb21f4b79ba3abcfc7..651eb073fae20550b8f7c942f9da12cfe029c8ca 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,8 +15,9 @@ all: debug
 everything: debug doc release check bundled-sources
 
 shapelib: templates/shapelib.html stamp/cargo.doc-otter-only
-       @echo 'Now visit in your web browser:'
+       @echo 'Now you can visit these in your web browser:'
        @echo '  file://$(PWD)/$<'
+       @echo '  file://$(abspath $(TARGET_DIR)/doc/otter/shapelib_toml/index.html)'
 
 #---------- funky macros etc. ----------