1998-10-02 02:44:50 -04:00
|
|
|
|
|
|
|
@echo off
|
|
|
|
|
|
|
|
|
1999-02-20 04:05:04 -05:00
|
|
|
zip -@ -r wxPython\wxPython-src-%1.zip < wxPython\distrib\wxPython.rsp
|
1998-10-02 02:44:50 -04:00
|
|
|
|
1999-02-25 02:09:51 -05:00
|
|
|
mkdir wxPython\docs
|
1999-06-27 23:10:35 -04:00
|
|
|
copy %WXWIN%\docs\html\wx\*.gif wxPython\docs
|
|
|
|
copy %WXWIN%\docs\html\wx\*.htm wxPython\docs
|
1999-02-25 02:09:51 -05:00
|
|
|
copy wxPython\docs\wx.htm wxPython\docs\index.htm
|
|
|
|
|
|
|
|
zip -r wxPython\wxPython-docs-%1.zip wxPython\docs
|
|
|
|
|
|
|
|
del /y wxPython\docs\*.*
|
1999-04-29 23:29:54 -04:00
|
|
|
rmdir wxPython\docs
|
1999-02-25 02:09:51 -05:00
|
|
|
|
1999-04-29 23:29:54 -04:00
|
|
|
move /R wxPython\*.zip wxPython\distrib
|