summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStewart X Addison <sxa@uk.ibm.com>2017-01-18 12:53:04 +0000
committerJames M Snell <jasnell@gmail.com>2017-02-03 08:22:07 -0800
commit2a295bc53b409df53679afabbf9f73471f814ae0 (patch)
tree23a2e6113a317d4787c55f2d72d54ee8ec0f45ca /Makefile
parentd4464241d7ea84e6c9c2cd9caed92cf6ed8743b4 (diff)
downloadandroid-node-v8-2a295bc53b409df53679afabbf9f73471f814ae0.tar.gz
android-node-v8-2a295bc53b409df53679afabbf9f73471f814ae0.tar.bz2
android-node-v8-2a295bc53b409df53679afabbf9f73471f814ae0.zip
doc: clarify msg when doc/api/cli.md not updated
PR-URL: https://github.com/nodejs/node/pull/10872 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Italo A. Casas <me@italoacasas.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7cd8598370..394d3b913a 100644
--- a/Makefile
+++ b/Makefile
@@ -504,7 +504,7 @@ PKGDIR=out/dist-osx
release-only:
@if [ "$(DISTTYPE)" != "nightly" ] && [ "$(DISTTYPE)" != "next-nightly" ] && \
`grep -q REPLACEME doc/api/*.md`; then \
- echo 'Please update Added: tags in the documentation first.' ; \
+ echo 'Please update REPLACEME in Added: tags in doc/api/*.md (See doc/releases.md)' ; \
exit 1 ; \
fi
@if [ "$(shell git status --porcelain | egrep -v '^\?\? ')" = "" ]; then \