]>
Commit | Line | Data |
---|---|---|
9c039d08 RD |
1 | |
2 | @echo off | |
3 | ||
9c039d08 | 4 | |
af309447 | 5 | zip -@ -r wxPython\wxPython-src-%1.zip < wxPython\distrib\wxPython.rsp |
9c039d08 | 6 | |
0699c864 | 7 | mkdir wxPython\docs |
ccba7231 RD |
8 | mkdir wxPython\docs\wx |
9 | copy %WXWIN%\docs\html\wx\*.gif wxPython\docs\wx | |
10 | copy %WXWIN%\docs\html\wx\*.htm wxPython\docs\wx | |
11 | copy wxPython\docs\wx.htm wxPython\docs\wx\index.htm | |
12 | ||
13 | mkdir wxPython\docs\ogl | |
14 | copy %WXWIN%\docs\html\ogl\*.gif wxPython\docs\ogl | |
15 | copy %WXWIN%\docs\html\ogl\*.htm wxPython\docs\ogl | |
16 | copy wxPython\docs\ogl.htm wxPython\docs\ogl\index.htm | |
17 | ||
0699c864 RD |
18 | |
19 | zip -r wxPython\wxPython-docs-%1.zip wxPython\docs | |
20 | ||
ccba7231 | 21 | del /sxzy wxPython\docs |
0699c864 | 22 | |
cf694132 | 23 | move /R wxPython\*.zip wxPython\distrib |