From 55bd275b8f6a1e96937e85819e51394c48b75ba8 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 12 Jan 2021 23:36:29 +0000 Subject: [PATCH] Makefile: Print shapelib preview url Signed-off-by: Ian Jackson --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 7a94a56f..3d3fa40b 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ # make -j8 # make -j8 release +# make -j8 shapelib SHELL=/bin/bash src=. @@ -12,7 +13,10 @@ src=. default: all check doc 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 ' file://$(PWD)/$<' #---------- funky macros etc. ---------- -- 2.30.2