wxWidgets/debian
Ron Lee 5259a4179c Remove demos from the Debian -examples package.
Replace html lib in tex2rtf build, it is needed for any platform
where wxHelpController == wxHtmlHelpController.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-07 09:45:10 +00:00
..
changelog More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
compat Updates for debian build scripts to suit new library and tool status. 2004-03-03 07:10:36 +00:00
control.in Updates for debian build scripts to suit new library and tool status. 2004-03-03 07:10:36 +00:00
copyright Updates for debian build scripts to suit new library and tool status. 2004-03-03 07:10:36 +00:00
libwxgtk-dbg.links More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
libwxgtk-dbg.postinst More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
libwxgtk-dbg.prerm More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
libwxgtk-dev.links More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
libwxgtk-dev.postinst More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
libwxgtk-dev.prerm More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
libwxgtk-python.dirs Began updating 2.2 Debian build scripts for 2.3 2001-01-27 08:46:25 +00:00
libwxgtk-python.docs More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
libwxgtk-python.menu More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
libwxgtk-python.postinst Began updating 2.2 Debian build scripts for 2.3 2001-01-27 08:46:25 +00:00
libwxgtk-python.prerm Began updating 2.2 Debian build scripts for 2.3 2001-01-27 08:46:25 +00:00
libwxmsw-dbg.dirs Added static lib to shared build targets for wxMSW builds. 2001-11-03 13:00:52 +00:00
libwxmsw-dbg.links Added static lib to shared build targets for wxMSW builds. 2001-11-03 13:00:52 +00:00
libwxmsw-dbg.postinst Added static lib to shared build targets for wxMSW builds. 2001-11-03 13:00:52 +00:00
libwxmsw-dbg.prerm Added static lib to shared build targets for wxMSW builds. 2001-11-03 13:00:52 +00:00
libwxmsw-dev.dirs More build system polishing.. mostly. Some stuff ported over from 2001-09-28 07:00:13 +00:00
libwxmsw-dev.links More build system polishing.. mostly. Some stuff ported over from 2001-09-28 07:00:13 +00:00
libwxmsw-dev.postinst More build system polishing.. mostly. Some stuff ported over from 2001-09-28 07:00:13 +00:00
libwxmsw-dev.prerm More build system polishing.. mostly. Some stuff ported over from 2001-09-28 07:00:13 +00:00
lintian-override Updates for debian build scripts to suit new library and tool status. 2004-03-03 07:10:36 +00:00
README.Debian Updates for debian build scripts to suit new library and tool status. 2004-03-03 07:10:36 +00:00
README.examples Remove demos from the Debian -examples package. 2004-03-07 09:45:10 +00:00
rules Remove demos from the Debian -examples package. 2004-03-07 09:45:10 +00:00
wx-config.1 More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
wx-doc.doc-base More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
wx-doc.docs More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
wx-examples.examples Remove demos from the Debian -examples package. 2004-03-07 09:45:10 +00:00
wx-headers-msw.dirs More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00
wxPython-tools.1 More updates to the Debian packaging for wxPython, unicode and 2004-03-05 17:40:38 +00:00

These examples are provided as extended documentation for the wxWidgets
package.  If you wish to actually run them rather than just browse them
as documents you should copy them into a working directory elsewhere
first.  Note that some of them will attempt to write to the current
working directory, or to the home directory of the user they are run as.

Some of the files have been compressed in accordance with Debian policy
regarding documentation, you will need to uncompress such files before
building or executing them.

The examples provided here typically show a minimal implementation of
the feature(s) they are demonstrating.  There are examples of more
complete (mini) applications, available in the /wxPython/samples and
/demos directories of the wxWidgets cvs repository (which is browsable
via http://cvs.wxwidgets.org), or of course you can always apt-get the
source of any wx using package for some less contrived examples of
real world wx applications.

  Ron