diff --git a/builds/win32/run_all.bat b/builds/win32/run_all.bat index 89ea799741..65c65c9e4d 100644 --- a/builds/win32/run_all.bat +++ b/builds/win32/run_all.bat @@ -30,6 +30,7 @@ for %%v in ( %* ) do ( ( if /I "%%v"=="JUSTBUILD" (set FBBUILD_BUILD_ONLY=1) ) ( if /I "%%v"=="TESTENV" (set FBBUILD_TEST_ONLY=1) ) ( if /I "%%v"=="SNAPSHOT" (set FB2_SNAPSHOT=1) ) +( if /I "%%v"=="NO_RN" set FB_EXTERNAL_DOCS=) ) @call setenvvar.bat %FBBUILD_BUILDTYPE% %* @@ -99,6 +100,9 @@ goto :END @echo This is intended to produce a x64 test kit @echo with no dependency on Win32 @echo. +@echo NO_RN - Do not fail the packaging if release notes unavailable. +@echo Default is to fail if FB_EXTERNAL_DOCS is set and release notes not found. +@echo. @goto :EOF ::---------