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-10-07 18:28:44 -04:00
|
|
|
mkdir wxPython\docs\wx
|
|
|
|
copy %WXWIN%\docs\html\wx\*.gif wxPython\docs\wx
|
|
|
|
copy %WXWIN%\docs\html\wx\*.htm wxPython\docs\wx
|
|
|
|
copy wxPython\docs\wx.htm wxPython\docs\wx\index.htm
|
|
|
|
|
|
|
|
mkdir wxPython\docs\ogl
|
|
|
|
copy %WXWIN%\docs\html\ogl\*.gif wxPython\docs\ogl
|
|
|
|
copy %WXWIN%\docs\html\ogl\*.htm wxPython\docs\ogl
|
|
|
|
copy wxPython\docs\ogl.htm wxPython\docs\ogl\index.htm
|
|
|
|
|
1999-02-25 02:09:51 -05:00
|
|
|
|
|
|
|
zip -r wxPython\wxPython-docs-%1.zip wxPython\docs
|
|
|
|
|
1999-10-07 18:28:44 -04:00
|
|
|
del /sxzy wxPython\docs
|
1999-02-25 02:09:51 -05:00
|
|
|
|
1999-04-29 23:29:54 -04:00
|
|
|
move /R wxPython\*.zip wxPython\distrib
|