summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2021-05-28 13:31:58 -0700
committerAndrew G. Morgan <morgan@kernel.org>2021-05-28 13:31:58 -0700
commit21922e27cd50ec766977c6adeea82dc9f4dcbae1 (patch)
tree196bd6b628375b4edcb495e66adc67440a24efbc
parent4408d8ae5b96c0f0ffca625c055fc4383ca9a8b8 (diff)
downloadlibcap2-21922e27cd50ec766977c6adeea82dc9f4dcbae1.tar.gz
More info for how to coax go.dev into noticing module updates
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bfc2089..9666bf0 100644
--- a/Makefile
+++ b/Makefile
@@ -73,9 +73,13 @@ distcheck:
$(MAKE) distclean
morgangodoc:
- @echo "Now the release is made, you want to remember to run:"
+ @echo "Now the release is made, you want to remember to run one of:"
@echo
- @echo "GOPROXY=https://proxy.golang.org GO111MODULE=on go get kernel.org/pub/linux/libs/security/libcap/cap@v$(GOMAJOR).$(VERSION).$(MINOR)"
+ @echo " GOPROXY=https://proxy.golang.org GO111MODULE=on go get kernel.org/pub/linux/libs/security/libcap/cap@v$(GOMAJOR).$(VERSION).$(MINOR)"
+ @echo
+ @echo or press the request button on this page:
+ @echo
+ @echo " https://pkg.go.dev/kernel.org/pub/linux/libs/security/libcap/cap@v$(GOMAJOR).$(VERSION).$(MINOR)"
@echo
@echo "This will cause a go.dev documentation update."