From 9c329f86c647ab2544ec013472d934b8279f4cc9 Mon Sep 17 00:00:00 2001
From: Robin Dunn
Date: Fri, 27 Feb 2004 00:34:30 +0000
Subject: [PATCH] Updated html files, removed old simplify xsl and shell script
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
wxPython/docs/BUILD.html | 8 +-
wxPython/docs/CHANGES.html | 12 +-
wxPython/docs/INSTALL.html | 2 +-
wxPython/docs/MigrationGuide.html | 2 +-
wxPython/docs/PyManual.html | 12 +-
wxPython/docs/README.html | 2 +-
wxPython/docs/bin/simplify | 35 -----
wxPython/docs/bin/simplify.xsl | 217 ----------------------------
wxPython/docs/wxPackage.html | 8 +-
wxPython/docs/wxPythonDocs.html | 2 +-
wxPython/docs/wxPythonExamples.html | 2 +-
wxPython/docs/wxPythonManual.html | 2 +-
wxPython/docs/wxPythonTutorial.html | 2 +-
13 files changed, 34 insertions(+), 272 deletions(-)
delete mode 100755 wxPython/docs/bin/simplify
delete mode 100644 wxPython/docs/bin/simplify.xsl
diff --git a/wxPython/docs/BUILD.html b/wxPython/docs/BUILD.html
index 26dbfb5868..8e9cbb037f 100644
--- a/wxPython/docs/BUILD.html
+++ b/wxPython/docs/BUILD.html
@@ -15,8 +15,8 @@ development and testing, and is meant to help other people that want
to do the same thing. I'll assume that you are using either a CVS
snapshot from http://wxwindows.org/snapshots/, a checkout from CVS, or
one of the released wxPythonSrc-2.5.* tarballs. I'll also assume that
-you know your way around your system, the compiler, etc. and that you
-know what you are doing! ;-)
+you know your way around your system, the compiler, etc. and most
+importantly, that you know what you are doing! ;-)
If you want to also install the version of wxPython you build to be in
your site-packages dir and be your default version of wxPython, then a
few additional steps are needed, and you may want to use slightly
@@ -169,7 +169,7 @@ python2.3 demo.py
OS X NOTE: You need to use "pythonw" on the command line to run
wxPython applications. This version of the Python executable is
part of the Python Framework and is allowed to interact with the
-display. You can also Double Click on a .py or a .pyw file from
+display. You can also double click on a .py or a .pyw file from
the finder (assuming that PythonLauncher is still associated with
these file extensions) and it will launch the Framework version of
Python for you. For information about creating Applicaiton Bundles
@@ -321,7 +321,7 @@ python demo.py