From 7697e53b457964baa5c8a3551f689bd532bc5d30 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 13 Jan 2021 00:58:15 +0000 Subject: [PATCH] Print url of shapelib_toml docs too Signed-off-by: Ian Jackson --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. ---------- -- 2.30.2