From 7ae404f97a3eb70e83885f7420284be676753085 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 16 Dec 2002 20:56:41 +0000 Subject: [PATCH] removed makedocs.bat, will do in bash instead git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18270 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/makedocs.bat | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100755 wxPython/distrib/makedocs.bat diff --git a/wxPython/distrib/makedocs.bat b/wxPython/distrib/makedocs.bat deleted file mode 100755 index d3561b2689..0000000000 --- a/wxPython/distrib/makedocs.bat +++ /dev/null @@ -1,26 +0,0 @@ -@echo off - -rem **** Make a directory to build up a distribution tree -md _distrib_zip -md _distrib_zip\wxPython-%1 - -cd _distrib_zip - -rem **** copy the docs into the tree -md wxPython-%1\docs -md wxPython-%1\docs\wx -md wxPython-%1\docs\ogl -copy %WXWIN%\docs\html\wx\*.* wxPython-%1\docs\wx -copy wxPython-%1\docs\wx\wx.htm wxPython-%1\docs\wx\index.htm -copy %WXWIN%\docs\html\ogl\*.* wxPython-%1\docs\ogl -copy wxPython-%1\docs\ogl\ogl.htm wxPython-%1\docs\ogl\index.htm - -rem **** zip up the docs -rem zip -r ..\distrib\wxPython-docs-%1.zip wxPython-%1\docs -tar cvf ../dist/wxPythonDocs-%1.tar wxPython-%1 -gzip -9 ../dist/wxPythonDocs-%1.tar - - -rem **** Cleanup -cd .. -del /sxzy _distrib_zip