More name changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-05-25 11:20:37 +00:00
parent c663fbea68
commit be5a51fb59
267 changed files with 676 additions and 670 deletions

View File

@@ -10,7 +10,7 @@ will need to compile Tex2RTF. There are several options for doing this.
If you want to have a graphical interface for Tex2RTF
(not essential for a conversion utility!) then you
will need to download wxWindows from skye.aiai.ed.ac.uk
will need to download wxWidgets from skye.aiai.ed.ac.uk
(192.41.104.6) in the directory /pub/wxwin/beta, files
wx150?_*.tar.Z (or .gz) where ? is the latest beta letter,
currently i.
@@ -30,7 +30,7 @@ change the makefiles or build project files for other compilers.)
(2) Non-GUI version
Under UNIX, simply use the target 'nogui'. The supplied files in the
src/wxwin directory supply the essential utilities from wxWindows, and
src/wxwin directory supply the essential utilities from wxWidgets, and
Tex2RTF will be built as a command-line program.
On a PC, add 'NOGUI=1' to the makefile command line. Note that the small

View File

@@ -32,7 +32,7 @@ Output
* HTML (the World Wide Web hypertext format)
* wxHTML Help (the wxWindows GUI library help file format)
* wxHTML Help (the wxWidgets GUI library help file format)
Installation
============
@@ -47,7 +47,7 @@ Platforms supported
* Windows (all 32-bit desktop versions)
* Any Unix supporting wxWindows
* Any Unix supporting wxWidgets
* Mac OS X
@@ -61,12 +61,12 @@ from:
The WWW pages are at:
http://www.wxwindows.org/tex2rtf
http://www.wxwidgets.org/tex2rtf
Tex2RTF was developed using the free, cross-platform GUI toolkit
wxWindows, at http://www.wxwindows.org. To compile Tex2RTF
wxWidgets, at http://www.wxwidgets.org. To compile Tex2RTF
for platforms for which there are no Tex2RTF binaries,
you need to download an appropriate version of wxWindows,
you need to download an appropriate version of wxWidgets,
configure and compile the library, then compile Tex2RTF
in utils/tex2rtf/src.