]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/distrib/zipit.bat
fixed #pragma implementation/interface numdlgg.h to numdlgg.cpp ; fixed bug: spincont...
[wxWidgets.git] / utils / wxPython / distrib / zipit.bat
index 45f3132b92f7e8c6300ad54f7cbe3179776d7f15..b5e36c61368856b1b4efe831e03be7965a3129d6 100755 (executable)
@@ -1,15 +1,28 @@
 
 @echo off
 
+copy %WXWIN%\docs\gpl.txt wxPython
+copy %WXWIN%\docs\lgpl.txt wxPython
+copy %WXWIN%\docs\licence.txt wxPython
+copy %WXWIN%\docs\licendoc.txt wxPython
+copy %WXWIN%\docs\preamble.txt wxPython
 
 zip -@ -r wxPython\wxPython-src-%1.zip < wxPython\distrib\wxPython.rsp
 
 mkdir wxPython\docs
-copy %WXWIN%\docs\html\wx\*.* wxPython\docs
-copy wxPython\docs\wx.htm wxPython\docs\index.htm
+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
+
 
 zip -r wxPython\wxPython-docs-%1.zip wxPython\docs
 
-del /y wxPython\docs\*.*
+del /sxzy wxPython\docs
 
-move /R wxPython\*.zip wxPython\distrib
\ No newline at end of file
+move /R wxPython\*.zip wxPython\distrib