]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2085. [doc] win32: added index.html and README to zip. [RT #16201]
authorMark Andrews <marka@isc.org>
Fri, 29 Sep 2006 06:08:47 +0000 (06:08 +0000)
committerMark Andrews <marka@isc.org>
Fri, 29 Sep 2006 06:08:47 +0000 (06:08 +0000)
CHANGES
win32utils/BuildSetup.bat

diff --git a/CHANGES b/CHANGES
index 90634071da1016e1ea888b2ced0b01c835df51c5..e4d52f57e74133c7ba30940ceed250c2e0ba6c50 100644 (file)
--- 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.
index e9f70216bfe7805942c129caa3eab11a4bcd6a47..d0f879d0a23acc3276875a216fde5269a3723319 100644 (file)
@@ -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