From e3582ce43119a95448ccc06ea2586f6547c92967 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 29 Sep 2006 05:59:03 +0000 Subject: [PATCH] 2085. [doc] win32: added index.html and README to zip. [RT #16201] --- CHANGES | 2 ++ win32utils/BuildSetup.bat | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 62fc0552f9..bd5455516a 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 e9f70216bf..d0f879d0a2 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