From: Ian Jackson Date: Tue, 12 Jan 2021 23:36:29 +0000 (+0000) Subject: Makefile: Print shapelib preview url X-Git-Tag: otter-0.3.0~46 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=55bd275b8f6a1e96937e85819e51394c48b75ba8;p=otter.git Makefile: Print shapelib preview url Signed-off-by: Ian Jackson --- 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. ----------