| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2d5393b commit 48bc3fc
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -943,7 +943,9 @@ endif | |||
| 943 | 943 | .PHONY: release-only | |
| 944 | 944 | release-only: check-xz | |
| 945 | 945 | @if [ "$(DISTTYPE)" = "release" ] && `grep -q REPLACEME doc/api/*.md`; then \ | |
| 946 | - echo 'Please update REPLACEME in Added: tags in doc/api/*.md (See doc/guides/releases.md)' ; \ | ||
| 946 | + echo 'Please update REPLACEME tags in the following doc/api/*.md files (See doc/guides/releases.md):\n' ; \ | ||
| 947 | + REPLACEMES="$(shell grep -l REPLACEME doc/api/*.md)" ; \ | ||
| 948 | + echo "$$REPLACEMES\n" | tr " " "\n" ; \ | ||
| 947 | 949 | exit 1 ; \ | |
| 948 | 950 | fi | |
| 949 | 951 | @if [ "$(DISTTYPE)" = "release" ] && \ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments