chiark / gitweb /
Makefile: Print shapelib preview url
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 12 Jan 2021 23:36:29 +0000 (23:36 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 12 Jan 2021 23:36:29 +0000 (23:36 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile

index 7a94a56ffd6a910ff86cdb213d69fbbae3e520c2..3d3fa40b035f44e66a1fd2fb21f4b79ba3abcfc7 100644 (file)
--- 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. ----------