]> git.saurik.com Git - wxWidgets.git/blame - utils/wxPython/distrib/zipit.bat
Updated WISE scripts
[wxWidgets.git] / utils / wxPython / distrib / zipit.bat
CommitLineData
9c039d08
RD
1
2@echo off
3
9c039d08 4
af309447 5zip -@ -r wxPython\wxPython-src-%1.zip < wxPython\distrib\wxPython.rsp
9c039d08 6
0699c864 7mkdir wxPython\docs
a08cbc01
RD
8copy %WXWIN%\docs\html\wx\*.gif wxPython\docs
9copy %WXWIN%\docs\html\wx\*.htm wxPython\docs
0699c864
RD
10copy wxPython\docs\wx.htm wxPython\docs\index.htm
11
12zip -r wxPython\wxPython-docs-%1.zip wxPython\docs
13
14del /y wxPython\docs\*.*
cf694132 15rmdir wxPython\docs
0699c864 16
cf694132 17move /R wxPython\*.zip wxPython\distrib