From 005a65170ea113ae568673ff53781c5716e079f6 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Tue, 25 Sep 2007 07:59:25 +0000 Subject: [PATCH] 2.8.6 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/script/win_docs.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/script/win_docs.bat b/build/script/win_docs.bat index 5e64bb4b27..4527c78c31 100644 --- a/build/script/win_docs.bat +++ b/build/script/win_docs.bat @@ -1,5 +1,5 @@ rem Uncomment the next line to set the version; used also in wxWidgets.iss -SET WXW_VER=2.8.5-rc1 +SET WXW_VER=2.8.6 if (%WXW_VER%)==() SET WXW_VER=CVS @@ -84,6 +84,8 @@ cd %WXWIN% del %DAILY%\*.zip zip %DAILY%\wxWidgets-%WXW_VER%-CHM.zip docs\htmlhelp\wx.chm utils/tex2rtf/docs/*.chm docs/htmlhelp/*.chm zip %DAILY%\wxWidgets-%WXW_VER%-HLP.zip docs\winhelp\wx.hlp docs\winhelp\wx.cnt utils/tex2rtf/docs/*.HLP utils/tex2rtf/docs/*.cnt docs/winhelp/*.hlp docs/winhelp/*.cnt +zip %DAILY%\wxWidgets-%WXW_VER%-HTB.zip docs\htb\*.htb utils/tex2rtf/docs/*.htb +zip %DAILY%\wxWidgets-%WXW_VER%-HTML.zip docs\mshtml\wx\*.* utils/tex2rtf/docs/*.html utils/tex2rtf/docs/*.gif cd %DAILY%\ mkdir docs