]> git.saurik.com Git - wxWidgets.git/commitdiff
distrib tweaks
authorRobin Dunn <robin@alldunn.com>
Thu, 26 Feb 2004 23:28:24 +0000 (23:28 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 26 Feb 2004 23:28:24 +0000 (23:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/make_installer.py
wxPython/distrib/makedocs.bat

index 8735520c3abab28f5731e63e158332e41c0ac84a..e4a463b5b79aa470a684b7208b796cba95690d25 100644 (file)
@@ -109,7 +109,6 @@ Source: "wx\py\*.txt";                         DestDir: "{app}\wx\py"; Component
 Source: "wx\py\*.ico";                         DestDir: "{app}\wx\py"; Components: core
 Source: "wx\py\*.png";                         DestDir: "{app}\wx\py"; Components: core
 Source: "wx\py\tests\*.py";                    DestDir: "{app}\wx\py\tests"; Components: core
-Source: "wx\py\wxd\*.py";                      DestDir: "{app}\wx\py\wxd"; Components: core
 Source: "wx\tools\*.py";                       DestDir: "{app}\wx\tools"; Components: core
 Source: "wx\tools\XRCed\*.txt";                DestDir: "{app}\wx\tools\XRCed"; Components: core
 Source: "wx\tools\XRCed\sawfishrc";            DestDir: "{app}\wx\tools\XRCed"; Components: core
@@ -282,8 +281,6 @@ Type: files; Name: "{app}\wx\py\*.pyc";
 Type: files; Name: "{app}\wx\py\*.pyo";
 Type: files; Name: "{app}\wx\py\tests\*.pyc";
 Type: files; Name: "{app}\wx\py\tests\*.pyo";
-Type: files; Name: "{app}\wx\py\wxd\*.pyc";
-Type: files; Name: "{app}\wx\py\wxd\*.pyo";
 Type: files; Name: "{app}\wx\tools\*.pyc";
 Type: files; Name: "{app}\wx\tools\*.pyo";
 Type: files; Name: "{app}\wx\tools\XRCed\*.pyc";
index b68326660214be6d22edc1e07eb58a3c079adedf..cafc2e7c1146bb8e1e24f6872e46000964d90f38 100755 (executable)
@@ -5,6 +5,7 @@ set DOCDIR=%WXWIN%\docs
 cd %DOCDIR%\latex\wx
 mkdir %DOCDIR%\html\wx
 copy *.gif %DOCDIR%\html\wx
+copy *.css %DOCDIR%\html\wx
 start /wait tex2rtf %DOCDIR%\latex\wx\manual.tex %DOCDIR%\html\wx\wx.htm -twice -html -macros %DOCDIR%\latex\wx\tex2rtf_css.ini
 
 erase %DOCDIR%\html\wx\*.con