| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0c933e5 commit e64063c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -439,7 +439,8 @@ PACKAGEMAKER ?= /Developer/Applications/Utilities/PackageMaker.app/Contents/MacO | |||
| 439 | 439 | PKGDIR=out/dist-osx | |
| 440 | 440 | ||
| 441 | 441 | release-only: | |
| 442 | - @if `grep -q REPLACEME doc/api/*.md`; then \ | ||
| 442 | + @if [ "$(DISTTYPE)" != "nightly" ] && [ "$(DISTTYPE)" != "next-nightly" ] && \ | ||
| 443 | + `grep -q REPLACEME doc/api/*.md`; then \ | ||
| 443 | 444 | echo 'Please update Added: tags in the documentation first.' ; \ | |
| 444 | 445 | exit 1 ; \ | |
| 445 | 446 | fi | |
| Back | FazBrowse Home | New Git URL |
0 commit comments