]>
Commit | Line | Data |
---|---|---|
16e72edb | 1 | rem Uncomment the next line to set the version; used also in wxWidgets.iss |
61d31e95 | 2 | rem SET WXW_VER=2.9.0 |
520711e6 | 3 | if (%WXW_VER%)==() SET WXW_VER=CVS |
cc48c73f | 4 | |
7b543b99 CE |
5 | echo docs building for %WXW_VER% |
6 | ||
cc48c73f CE |
7 | rem This builds the docs in %WXWIN% in a number of formats |
8 | rem and a clean inno setup in a second tree | |
5b204a08 | 9 | rem it uses a number of tools nmake, gnuwin32 zip & dos2unix, ghostscript, MS word, cvsNT |
cc48c73f CE |
10 | rem cvs is in the path already from CVSNT install |
11 | rem writes a log file in c:\ | |
12 | ||
7b543b99 | 13 | echo Building wxWidgets-%WXW_VER% docs... > c:\temp.log |
96a9f4e8 | 14 | |
cc48c73f | 15 | set WXWIN=c:\wx\wxWidgets |
96a9f4e8 | 16 | set DAILY=c:\daily |
3dbe49e1 | 17 | 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 |
cc48c73f | 18 | set PATH=%PATH%;C:\Program Files\gs\gs8.51\lib;C:\Program Files\gs\gs8.51\bin |
61d31e95 CE |
19 | rem add nmake to the path to build the docs |
20 | call \vc6 | |
21 | echo %PATH% >> c:\temp.log | |
22 | rem add bakefile build... | |
23 | set PATH=%PATH%;C:\wx\Bakefile\src | |
24 | ||
25 | SET >> c:\temp.log | |
26 | ||
cc48c73f | 27 | |
5b204a08 | 28 | rem update wxwidgets (holds docs) and inno (cvs wxMSW setup.exe only) |
cc48c73f CE |
29 | c: |
30 | cd %WXWIN% | |
31 | cvs up -P -d | |
5b204a08 CE |
32 | |
33 | rem now inno | |
cc48c73f | 34 | cd \wx\inno\wxWidgets |
5b204a08 | 35 | del c*.* |
24e9f36b | 36 | if exist include\wx\msw\setup.h del include\wx\msw\setup.h |
5b204a08 | 37 | if exist include\wx\univ\setup.h del include\wx\univ\setup.h |
cc48c73f | 38 | cvs up -P |
5b204a08 CE |
39 | dos2unix configure |
40 | dos2unix config.guess | |
41 | dos2unix config.sub | |
24e9f36b | 42 | copy include\wx\msw\setup0.h include\wx\msw\setup.h |
5b204a08 | 43 | copy include\wx\univ\setup0.h include\wx\univ\setup.h |
96a9f4e8 | 44 | echo CVS update >> c:\temp.log |
cc48c73f | 45 | |
7b543b99 | 46 | rem just build the formats not in the CVS to keep down the .#makefile... |
e83a2e04 CE |
47 | cd \wx\inno\wxWidgets\build\bakefiles |
48 | del .bakefile_gen.state | |
7b543b99 | 49 | bakefile_gen -f dmars,dmars,msevc4prj,dmars_smake >> c:\temp.log |
56363ed0 | 50 | |
cc48c73f | 51 | |
cc48c73f CE |
52 | cd %WXWIN%\build\script |
53 | nmake -f makedocs.vc cleandocs | |
54 | nmake -f makedocs.vc alldocs | |
55 | ||
96a9f4e8 | 56 | del %DAILY%\in\*.p* |
3dbe49e1 CE |
57 | mkdir %WXWIN%\docs\pdf |
58 | mkdir %WXWIN%\docs\htmlhelp | |
59 | mkdir %WXWIN%\docs\htb | |
cc48c73f CE |
60 | echo starting word >> c:\temp.log |
61 | start /WAIT winword /mwx_ps | |
62 | ||
63 | ||
64 | echo cvs doc up part 2 >> c:\temp.log | |
65 | ||
96a9f4e8 | 66 | cd %DAILY%\in |
cc48c73f | 67 | call ps2pdf wx.ps >> c:\temp.log |
cc48c73f CE |
68 | call ps2pdf tex2rtf.ps >> c:\temp.log |
69 | ||
cc48c73f CE |
70 | echo Zipping |
71 | cd %WXWIN% | |
7b543b99 | 72 | del %DAILY%\*.zip |
61d31e95 | 73 | zip %DAILY%\wxWidgets-%WXW_VER%-CHM.zip docs\htmlhelp\wx.chm utils/tex2rtf/docs/*.chm |
fdf19d28 | 74 | zip %DAILY%\wxWidgets-%WXW_VER%-HTB.zip docs\htb\*.htb utils/tex2rtf/docs/*.htb |
61d31e95 | 75 | zip %DAILY%\wxWidgets-%WXW_VER%-HLP.zip docs\winhelp\wx.hlp docs\winhelp\wx.cnt utils/tex2rtf/docs/*.HLP utils/tex2rtf/docs/*.cnt |
bc31c60f | 76 | 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\* |
16e72edb | 77 | |
61d31e95 CE |
78 | del %DAILY%\*.tar.gz |
79 | bsdtar zcvf %DAILY%\wxWidgets-%WXW_VER%-HTB.tar.gz docs/htb/*.htb utils/tex2rtf/docs/*.htb | |
bc31c60f | 80 | 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/* |
61d31e95 | 81 | |
e4082155 CE |
82 | cd %DAILY%\ |
83 | mkdir docs | |
84 | mkdir docs\pdf | |
85 | del docs\pdf\*.pdf | |
dba6243c | 86 | move in\*.pdf docs\pdf |
7b543b99 | 87 | zip wxWidgets-%WXW_VER%-PDF.zip docs\pdf\*.pdf |
cc48c73f | 88 | |
e83a2e04 | 89 | rem copy chm to inno |
c6f9d355 | 90 | cd %WXWIN% |
e83a2e04 | 91 | mkdir c:\wx\inno\wxWidgets\docs\htmlhelp |
16e72edb | 92 | copy docs\htmlhelp\wx.chm \wx\inno\wxWidgets\docs\htmlhelp\wx.chm |
56363ed0 CE |
93 | cd %WXWIN%\build\script |
94 | iscc wxwidgets.iss >> c:\temp.log | |
cc48c73f | 95 | |
7b543b99 CE |
96 | rem echo setting S |
97 | rem echo yes > net use s: /delete | |
98 | rem net use s: \\biolpc22\bake | |
99 | rem net use >> c:\temp.log | |
cc48c73f | 100 | |
7b543b99 CE |
101 | rem copy %DAILY%\*.ZIP s:\bkl-cronjob\archives\win |
102 | rem copy %DAILY%\*.exe s:\bkl-cronjob\archives\win\*.exe | |
103 | rem dir s: /od >> c:\temp.log | |
cc48c73f | 104 | |
00ea969c CE |
105 | echo docs built for %WXW_VER% |
106 | echo docs built for %WXW_VER% >> c:\temp.log | |
cc48c73f CE |
107 | |
108 |