From: Chris Elliott Date: Fri, 10 Nov 2006 11:36:04 +0000 (+0000) Subject: add CHM and makefiles to daily build X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/56363ed06bf25b27b7ca26a28671e42e58370ae8?ds=inline add CHM and makefiles to daily build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/script/win_docs.bat b/build/script/win_docs.bat index 3e14c8a568..1a80b1c701 100644 --- a/build/script/win_docs.bat +++ b/build/script/win_docs.bat @@ -21,6 +21,10 @@ cd \wx\inno\wxWidgets cvs up -P echo CVS update >> c:\temp.log +rem add bakefile build... +set PATH=%PATH%;C:\wx\Bakefile\src +bakefile_gen + rem add nmake to the path and build the docs call \vc6 @@ -53,10 +57,6 @@ call ps2pdf ogl.ps >> c:\temp.log call ps2pdf svg.ps >> c:\temp.log call ps2pdf tex2rtf.ps >> c:\temp.log -cd %WXWIN%\build\script -iscc wxwidgets.iss >> c:\temp.log - - echo Zipping cd %WXWIN% del %DAILY%\*.zip @@ -72,6 +72,9 @@ move in\*.pdf docs\pdf zip wxWidgets-Docs-PDF.zip docs\pdf\*.pdf Rem zip wx-docs-extra-pdf.ZIP docs\pdf\*.pdf -x docs\pdf\wx.pdf +copy docs\htmlhelp\wx.chm %WXWIN%\docs\htmlhelp\wx.chm +cd %WXWIN%\build\script +iscc wxwidgets.iss >> c:\temp.log echo setting S echo yes > net use s: /delete