From: Mark Andrews Date: Fri, 29 Sep 2006 05:59:03 +0000 (+0000) Subject: 2085. [doc] win32: added index.html and README to zip. [RT #16201] X-Git-Tag: v9.3.2-P2~12^2~25 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e3582ce43119a95448ccc06ea2586f6547c92967;p=thirdparty%2Fbind9.git 2085. [doc] win32: added index.html and README to zip. [RT #16201] --- diff --git a/CHANGES b/CHANGES index 62fc0552f96..bd5455516a2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +2085. [doc] win32: added index.html and README to zip. [RT #16201] + 2084. [contrib] dbus update for 9.3.3rc2. 2083. [port] win32: Visual C++ 2005 support. diff --git a/win32utils/BuildSetup.bat b/win32utils/BuildSetup.bat index e9f70216bfe..d0f879d0a23 100644 --- a/win32utils/BuildSetup.bat +++ b/win32utils/BuildSetup.bat @@ -43,7 +43,9 @@ if NOT Exist ..\Build\Release mkdir ..\Build\Release echo Copying the ARM and the Installation Notes. copy ..\COPYRIGHT ..\Build\Release +copy ..\README ..\Build\Release copy readme1st.txt ..\Build\Release +copy index.html ..\Build\Release copy ..\doc\arm\*.html ..\Build\Release copy ..\doc\arm\Bv9ARM.pdf ..\Build\Release copy ..\CHANGES ..\Build\Release