X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/23509197643666d121cb826505448959fece920a..45416752623a6ac0df3a8f5f55c1933ff52e1dbb:/build/tools/bld_chm_exe.bat diff --git a/build/tools/bld_chm_exe.bat b/build/tools/bld_chm_exe.bat index fbe4796dc3..6125edb63e 100644 --- a/build/tools/bld_chm_exe.bat +++ b/build/tools/bld_chm_exe.bat @@ -1,5 +1,5 @@ rem Uncomment the next line to set the version; used also in wxWidgets.iss -SET WXW_VER=2.9.2-rc1 +SET WXW_VER=2.9.5 if (%WXW_VER%)==() SET WXW_VER=SVN echo docs building for %WXW_VER% @@ -17,7 +17,7 @@ set INNO=c:\wx\inno\wxWidgets rem svn already in my path... set PATH=%PATH%;c:\wx\Gnu\bin;c:\progra~1\htmlhe~1;C:\PROGRA~1\INNOSE~1;c:\wx\doxygen\bin - +set PATH=%PATH%;C:\wx\Graphviz\bin echo %PATH% >> c:\temp.log @@ -59,15 +59,15 @@ call regen chm cd %WXWIN%\docs\doxygen\out -zip wxWidgets-%WXW_VER%-chm.zip wx.chm -copy wxWidgets-%WXW_VER%-chm.zip %DAILY% +zip wxWidgets-%WXW_VER%-docs-chm.zip wx.chm +copy wxWidgets-%WXW_VER%-docs-chm.zip %DAILY% cd html del *.dot del *.md5 zip -r wx.htb *.* -copy wx.htb %DAILY%\wxWidgets-%WXW_VER%-html.zip -zip wxWidgets-%WXW_VER%-htb.zip wx.htb -copy wxWidgets-%WXW_VER%-htb.zip %DAILY% +copy wx.htb %DAILY%\wxWidgets-%WXW_VER%-docs-html.zip +zip wxWidgets-%WXW_VER%-docs-htb.zip wx.htb +copy wxWidgets-%WXW_VER%-docs-htb.zip %DAILY% mkdir %INNO%\docs\htmlhelp