X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16e72edbb3ee061db4e47b1842b61c4ab45d59bd..7f733b2674698b95755def1ad46651dc2a1eb4c2:/build/script/win_docs.bat diff --git a/build/script/win_docs.bat b/build/script/win_docs.bat index cb30c7f289..50e215080e 100644 --- a/build/script/win_docs.bat +++ b/build/script/win_docs.bat @@ -1,40 +1,58 @@ rem Uncomment the next line to set the version; used also in wxWidgets.iss -SET WXW_VER=2.8.0 -if %WXW_VER%="" SET WXW_VER=CVS +rem SET WXW_VER=2.9.0 +if (%WXW_VER%)==() SET WXW_VER=SVN + +echo docs building for %WXW_VER% rem This builds the docs in %WXWIN% in a number of formats rem and a clean inno setup in a second tree -rem it uses a number of tools nmake, gnuwin32 zip, ghostscript, MS word, cvsNT +rem it uses a number of tools nmake, gnuwin32 zip & dos2unix, ghostscript, MS word, cvsNT rem cvs is in the path already from CVSNT install rem writes a log file in c:\ -echo Building wxWidgets docs... > c:\temp.log +echo Building wxWidgets-%WXW_VER% docs... > c:\temp.log set WXWIN=c:\wx\wxWidgets set DAILY=c:\daily -set PATH=%PATH%;C:\wx\wxw26b\utils\tex2rtf\src\vc_based;C:\wx\Gnu\bin;c:\progra~1\htmlhe~1;C:\PROGRA~1\INNOSE~1 + +rem svn already in my path... +set PATH=%PATH%;C:\wx\oldcvs\wxw26b\utils\tex2rtf\src\vc_based;c:\wx\Gnu\bin;c:\progra~1\htmlhe~1;C:\PROGRA~1\INNOSE~1 set PATH=%PATH%;C:\Program Files\gs\gs8.51\lib;C:\Program Files\gs\gs8.51\bin -echo %PATH% >> c:\temp.log +rem add nmake to the path to build the docs +call \vc6 +echo %PATH% >> c:\temp.log +rem add bakefile build... +set PATH=%PATH%;C:\wx\Bakefile\src + +SET >> c:\temp.log -rem update wxwidgets (holds docs) and inno (cvs wxMSW module only) + +rem update wxwidgets (holds docs) and inno (cvs wxMSW setup.exe only) c: cd %WXWIN% -cvs up -P -d -cd \wx\inno\wxWidgets -cvs up -P -echo CVS update >> c:\temp.log - -rem add bakefile build... -set PATH=%PATH%;C:\wx\Bakefile\src +svn cleanup >> c:\temp.log +svn up >> c:\temp.log + +rem now inno +cd \wx\inno\wxWidgets >> c:\temp.log +del c*.* +if exist include\wx\msw\setup.h del include\wx\msw\setup.h +if exist include\wx\univ\setup.h del include\wx\univ\setup.h +svn cleanup >> c:\temp.log +svn up >> c:\temp.log +dos2unix configure +dos2unix config.guess +dos2unix config.sub +copy include\wx\msw\setup0.h include\wx\msw\setup.h +copy include\wx\univ\setup0.h include\wx\univ\setup.h +echo SVN update >> c:\temp.log + +rem just build the formats not in the SVN to keep down the .#makefile... cd \wx\inno\wxWidgets\build\bakefiles del .bakefile_gen.state -bakefile_gen +bakefile_gen -f dmars,dmars_smake,msevc4prj >> c:\temp.log -rem add nmake to the path and build the docs -call \vc6 -echo %PATH% >> c:\temp.log -SET >> c:\temp.log cd %WXWIN%\build\script nmake -f makedocs.vc cleandocs nmake -f makedocs.vc alldocs @@ -49,48 +67,36 @@ start /WAIT winword /mwx_ps echo cvs doc up part 2 >> c:\temp.log -rem use ghostscript ps2pdf - add extra path first -rem set PATH=%PATH%;C:\Program Files\gs\gs8.51\lib;C:\Program Files\gs\gs8.51\bin -rem set PATH=%PATH%;C:\wx\GnuWin32\bin;C:\PROGRA~1\INNOSE~1 - cd %DAILY%\in call ps2pdf wx.ps >> c:\temp.log -call ps2pdf fl.ps >> c:\temp.log -call ps2pdf gizmos.ps >> c:\temp.log -call ps2pdf mmedia.ps >> c:\temp.log -call ps2pdf ogl.ps >> c:\temp.log -call ps2pdf svg.ps >> c:\temp.log call ps2pdf tex2rtf.ps >> c:\temp.log echo Zipping cd %WXWIN% -del %DAILY%\*.ZIP -rem these need to be .ZIP so they will get date on Unix (rebuild_makefiles.sh) -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 +del %DAILY%\*.zip +zip %DAILY%\wxWidgets-%WXW_VER%-CHM.zip docs\htmlhelp\wx.chm utils/tex2rtf/docs/*.chm +zip %DAILY%\wxWidgets-%WXW_VER%-HTB.zip docs\htb\*.htb utils/tex2rtf/docs/*.htb +zip %DAILY%\wxWidgets-%WXW_VER%-HLP.zip docs\winhelp\wx.hlp docs\winhelp\wx.cnt utils/tex2rtf/docs/*.HLP utils/tex2rtf/docs/*.cnt +zip -r %DAILY%\wxWidgets-%WXW_VER%-HTML.zip docs\html\* utils\tex2rtf\docs\html\* -x CVS -x *.con -x *.hh* -x *.ref -x *.htx -x *.cn1 -x docs\html\CVS\* + +del %DAILY%\*.tar.gz +bsdtar zcvf %DAILY%\wxWidgets-%WXW_VER%-HTB.tar.gz docs/htb/*.htb utils/tex2rtf/docs/*.htb +bsdtar zcvf %DAILY%\wxWidgets-%WXW_VER%-HTML.tar.gz --exclude CVS --exclude *.con --exclude *.hh* --exclude *.ref --exclude *.htx --exclude *.cn1 --exclude docs/html/CVS/* docs/html/* utils/tex2rtf/docs/html/* cd %DAILY%\ mkdir docs mkdir docs\pdf del docs\pdf\*.pdf move in\*.pdf docs\pdf -zip wxWidgets-%WXW_VER%-PDF.ZIP docs\pdf\*.pdf +zip wxWidgets-%WXW_VER%-PDF.zip docs\pdf\*.pdf rem copy chm to inno +cd %WXWIN% mkdir c:\wx\inno\wxWidgets\docs\htmlhelp copy docs\htmlhelp\wx.chm \wx\inno\wxWidgets\docs\htmlhelp\wx.chm cd %WXWIN%\build\script iscc wxwidgets.iss >> c:\temp.log -echo setting S -echo yes > net use s: /delete -net use s: \\biolpc22\bake -net use >> c:\temp.log - -copy %DAILY%\*.ZIP s:\bkl-cronjob\archives\win -copy %DAILY%\*.exe s:\bkl-cronjob\archives\win\*.EXE -dir s: /od >> c:\temp.log - echo docs built for %WXW_VER% echo docs built for %WXW_VER% >> c:\temp.log