diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/switches.html | 12 | ||||
-rw-r--r-- | doc/trouble.html | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/switches.html b/doc/switches.html index c589c7d..bdc91dc 100644 --- a/doc/switches.html +++ b/doc/switches.html @@ -134,11 +134,11 @@ is split into two pieces by default to reduce memory consumption. Values for 'j' <table width = "100%"><tr> <td width = "20%"><u>Value:</u> directory path</td> <td width = "20%"> </td> -<td width = "40%"><u>configure.py Default:</u> kde3/</td> +<td width = "40%"><u>configure.py Default:</u> trinity/</td> <td width = "20%"> </td> </tr></table> -The top level directory under which kde3/libs and kde3/include are located (these paths can also -be specified independently see -n and -o) On SuSE distributions, this is typically /opt/kde3. On +The top level directory under which trinity/libs and trinity/include are located (these paths can also +be specified independently see -n and -o) On SuSE distributions, this is typically /opt/trinity. On Red Hat and Mandrake, this is typically /usr. configure.py will find the typical locations automatically. configure .py will use the KDEDIR environment variable value if it is defined and the -k switch is NOT used. </dd> @@ -148,7 +148,7 @@ configure .py will use the KDEDIR environment variable value if it is defined an <table width = "100%"><tr> <td width = "20%"><u>Value:</u> directory path</td> <td width = "20%"> </td> -<td width = "40%"><u>configure.py Default:</u> kde3/libs</td> +<td width = "40%"><u>configure.py Default:</u> trinity/libs</td> <td width = "20%"> </td> </tr></table> The path to KDE's library files (libkdecore.so, etc). @@ -159,11 +159,11 @@ The path to KDE's library files (libkdecore.so, etc). <table width = "100%"><tr> <td width = "20%"><u>Value:</u> directory path</td> <td width = "20%"> </td> -<td width = "40%"><u>configure.py Default:</u> kde3/include</td> +<td width = "40%"><u>configure.py Default:</u> trinity/include</td> <td width = "20%"> </td> </tr></table> The path to KDE's h files. (May require installation of kdelibs3-devel rpm package) -configure.py. PyKDE will locate h files in subdirectories of this path automatically (eg kde3/include/kio/*.h) +configure.py. PyKDE will locate h files in subdirectories of this path automatically (eg trinity/include/kio/*.h) </dd> <hr> <dt><b>-r generate code with tracing enabled</b></dt> diff --git a/doc/trouble.html b/doc/trouble.html index e93592f..72eba78 100644 --- a/doc/trouble.html +++ b/doc/trouble.html @@ -225,7 +225,7 @@ compatible. The only solution I found was to: <pre CLASS="PROGRAMLISTING"> /opt/kde /opt/kde2 - /opt/kde3 + /opt/trinity </pre> </td> </tr> @@ -237,7 +237,7 @@ compatible. The only solution I found was to: <tr> <td> <pre CLASS="PROGRAMLISTING"> - /opt/kde3 + /opt/trinity /opt/kde /opt/kde2 </pre> |