aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2024-01-17 12:55:52 +0100
committerLoïc Hoguin <[email protected]>2024-01-17 12:55:52 +0100
commitcff9938a66e5529fae13d815ca9879a04a0ebf99 (patch)
tree1fa193ccfd180add2e1506e005d7535f8af3b517 /Makefile
parent5fe1be70078d7970c9e3bb687294d438918d7925 (diff)
downloadcowboy-cff9938a66e5529fae13d815ca9879a04a0ebf99.tar.gz
cowboy-cff9938a66e5529fae13d815ca9879a04a0ebf99.tar.bz2
cowboy-cff9938a66e5529fae13d815ca9879a04a0ebf99.zip
Show links in README in make prepare_tag
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0a43187..74aff5c 100644
--- a/Makefile
+++ b/Makefile
@@ -101,6 +101,9 @@ prepare_tag:
$(verbose) echo -n "GUIDE: "
$(verbose) grep -h dep_$(PROJECT)_commit doc/src/guide/*.asciidoc || true
$(verbose) echo
+ $(verbose) echo "Links in the README:"
+ $(verbose) grep http.*:// README.asciidoc
+ $(verbose) echo
$(verbose) echo "Titles in most recent CHANGELOG:"
$(verbose) for f in `ls -r doc/src/guide/migrating_from_*.asciidoc | head -n1`; do \
echo $$f:; \