rem cvs is in the path already from CVSNT install
rem writes a log file in c:\
+echo Building wxWidgets docs... > c:\temp.log
+
set WXWIN=c:\wx\wxWidgets
+set DAILY=c:\daily
set PATH=%PATH%;C:\wx\wxWidg~1.3\utils\tex2rtf\src\vc_based;C:\wx\GnuWin32\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
+echo %PATH% >> c:\temp.log
rem update wxwidgets (holds docs) and inno (cvs wxMSW module only)
c:
cvs up -P -d
cd \wx\inno\wxWidgets
cvs up -P
-echo CVS update > c:\temp.log
+echo CVS update >> c:\temp.log
rem add nmake to the path and build the docs
nmake -f makedocs.vc cleandocs
nmake -f makedocs.vc alldocs
-del c:\daily\in\*.p*
+del %DAILY%\in\*.p*
echo starting word >> c:\temp.log
start /WAIT winword /mwx_ps
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
+cd %DAILY%\in
call ps2pdf wx.ps >> c:\temp.log
call ps2pdf fl.ps >> c:\temp.log
call ps2pdf gizmos.ps >> c:\temp.log
echo Zipping
cd %WXWIN%
-del \daily\*.zip
-zip \daily\wx-docs-chm.ZIP docs\htmlhelp\wx.chm
-zip \daily\wx-docs-pdf.ZIP C:\daily\in\wx.pdf
-zip \daily\wx-docs-hlp.ZIP docs\winhelp\wx.hlp docs\winhelp\wx.cnt
-zip \daily\wx-docs-extra-hlp.ZIP utils/tex2rtf/docs/*.HLP utils/tex2rtf/docs/*.cnt docs/winhelp/*.hlp docs/winhelp/*.cnt -x docs/winhelp/wx.hlp docs/winhelp/wx.*
-zip \daily\wx-docs-extra-chm.ZIP utils/tex2rtf/docs/*.chm docs/htmlhelp/*.chm
-cd \daily\in
-zip \daily\wx-docs-extra-pdf.ZIP *.pdf -x wx.pdf
+del %DAILY%\*.zip
+zip %DAILY%\wx-docs-chm.ZIP docs\htmlhelp\wx.chm
+zip %DAILY%\wx-docs-pdf.ZIP %DAILY%\in\wx.pdf
+zip %DAILY%\wx-docs-hlp.ZIP docs\winhelp\wx.hlp docs\winhelp\wx.cnt
+zip %DAILY%\wx-docs-extra-hlp.ZIP utils/tex2rtf/docs/*.HLP utils/tex2rtf/docs/*.cnt docs/winhelp/*.hlp docs/winhelp/*.cnt -x docs/winhelp/wx.hlp docs/winhelp/wx.*
+zip %DAILY%\wx-docs-extra-chm.ZIP utils/tex2rtf/docs/*.chm docs/htmlhelp/*.chm
+cd %DAILY%\in
+zip %DAILY%\wx-docs-extra-pdf.ZIP *.pdf -x wx.pdf
echo setting S
rem echo yes > net use s: /delete
net use s: \\biolpc22\bake
-copy \daily\*.ZIP s:\bkl-cronjob\archives\win
-copy \daily\*.exe s:\bkl-cronjob\archives\win\*.EXE
+copy %DAILY%\*.ZIP s:\bkl-cronjob\archives\win
+copy %DAILY%\*.exe s:\bkl-cronjob\archives\win\*.EXE