]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/howto-distrib.txt
Remove obsolete includes
[wxWidgets.git] / wxPython / distrib / howto-distrib.txt
index 4630852ab0c1db1d8d30494bda4f2ba8eb031de6..4203a2c3f261145d1fb0cfec3b45742eaf4747ea 100644 (file)
@@ -14,7 +14,7 @@ main intent of this document...
 Preflight Checklist
 -------------------
 
 Preflight Checklist
 -------------------
 
-* Ensure that the version info in wxPython/setup.py is correct.
+* Ensure that the version info in wxPython/config.py is correct.
 
 * Ensure that all build machines are up to date with CVS, they should
   have the same versions of all the wxWidgets files if possible.  (Use
 
 * Ensure that all build machines are up to date with CVS, they should
   have the same versions of all the wxWidgets files if possible.  (Use
@@ -52,11 +52,6 @@ Windows  (build env is on Cyclops)
        .make both-hybrid clean
        .make both-hybrid
 
        .make both-hybrid clean
        .make both-hybrid
 
-* Make the .mo files
-
-       cd wx/locale
-       makemo.py
-
 * Build the tools. This btm script makes a static release version of
   wxWidgets, and then builds copies of wxrc.exe and tex2rtf.exe
   linking with that lib, placing them in wx/lib/vc_dll, (which you
 * Build the tools. This btm script makes a static release version of
   wxWidgets, and then builds copies of wxrc.exe and tex2rtf.exe
   linking with that lib, placing them in wx/lib/vc_dll, (which you
@@ -64,11 +59,16 @@ Windows  (build env is on Cyclops)
 
        .make_tools.btm
 
 
        .make_tools.btm
 
+* Make the .mo files
+
+       cd wx/locale
+       makemo.py
+
 * Make the HTMLHelp files.  In the wx\wxPython directory run: 
 
        distrib\makedocs.bat
 
 * Make the HTMLHelp files.  In the wx\wxPython directory run: 
 
        distrib\makedocs.bat
 
-* Clean and old wxPython builds:
+* Clean any old wxPython builds:
 
        del /sx build build.unicode
 
 
        del /sx build build.unicode
 
@@ -101,7 +101,7 @@ wx/wxPython dir:
 
 * Make the demo tarball:
        
 
 * Make the demo tarball:
        
-       dsitrib/makedemo
+       distrib/makedemo
 
 * Make the docs tarball:
 
 
 * Make the docs tarball:
 
@@ -130,7 +130,7 @@ wx/wxPython dir:
   non-standard libs and such that may be on my main development
   machine.  There are RH-9 VMware VMs both on Cyclops and on Xavier
   that are setup to do this, with both Python 2.2 and 2.3 installed,
   non-standard libs and such that may be on my main development
   machine.  There are RH-9 VMware VMs both on Cyclops and on Xavier
   that are setup to do this, with both Python 2.2 and 2.3 installed,
-  gtk+12 and gtk+2 devel libs, etc. As the root user, do the
+  gtk+1.2 and gtk+2 devel libs, etc. As the root user, do the
   following:
 
      mkdir /tmp/build
   following:
 
      mkdir /tmp/build