diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
commit | 5d6448bc55da0cdc7ddcd034331926a2986df112 (patch) | |
tree | d6109c5578a1b2ba171c81708e90681511478417 /doc/switches.html | |
parent | 3924156e432519f103da94de69b5aa633e57f412 (diff) | |
download | pytde-5d6448bc55da0cdc7ddcd034331926a2986df112.tar.gz pytde-5d6448bc55da0cdc7ddcd034331926a2986df112.zip |
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/python-trinity@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/switches.html')
-rw-r--r-- | doc/switches.html | 12 |
1 files changed, 6 insertions, 6 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> |