From: Ian Jackson Date: Wed, 13 Jan 2021 00:58:15 +0000 (+0000) Subject: Print url of shapelib_toml docs too X-Git-Tag: otter-0.3.0~45 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7697e53b457964baa5c8a3551f689bd532bc5d30;p=otter.git Print url of shapelib_toml docs too Signed-off-by: Ian Jackson --- diff --git a/Makefile b/Makefile index 3d3fa40b..651eb073 100644 --- 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. ----------