summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:13:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:13:44 -0600
commit88838f421c1d218531cb0ddcc2599ae90e744759 (patch)
treeb898b4f5204ae416a302d496b059e65dfe781f4e /doc
parent8e7b3d87aaeebf32fa6769f207d6ac20462e3e0c (diff)
downloadtdevelop-88838f421c1d218531cb0ddcc2599ae90e744759.tar.gz
tdevelop-88838f421c1d218531cb0ddcc2599ae90e744759.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'doc')
-rw-r--r--doc/api/HowToAddApplicationTemplates.dox4
-rw-r--r--doc/api/Mainpage.dox2
-rw-r--r--doc/kdearch/index.docbook8
-rw-r--r--doc/tdevelop/app-files.docbook28
-rw-r--r--doc/tdevelop/nutshell.docbook4
-rw-r--r--doc/tdevelop/setup.docbook6
-rw-r--r--doc/tdevelop/tdevelop-install.docbook36
-rw-r--r--doc/tdevelop/tdevelop-scripting.docbook2
8 files changed, 45 insertions, 45 deletions
diff --git a/doc/api/HowToAddApplicationTemplates.dox b/doc/api/HowToAddApplicationTemplates.dox
index b948c934..6a9ac48b 100644
--- a/doc/api/HowToAddApplicationTemplates.dox
+++ b/doc/api/HowToAddApplicationTemplates.dox
@@ -27,7 +27,7 @@ applications like kedit as well as plugins for example for tdevelop or noatun.\n
\section templates_1 I. Example: How To Create a Simple KDE Application Template "KHello"
-You can find this template in <code>$KDEDIR/share/apps/kdevappwizard/template-khello</code>.
+You can find this template in <code>$TDEDIR/share/apps/kdevappwizard/template-khello</code>.
\subsection templates_1_1 I.1. Step 1: Basic Skeleton
@@ -64,7 +64,7 @@ wizard will replace:
- \%{YEAR} ........ by the year
.
</pre></code>
-All this can be found in <code>$KDEDIR/share/apps/kdevappwizard/template-common/tdevelop.pm</code>.
+All this can be found in <code>$TDEDIR/share/apps/kdevappwizard/template-common/tdevelop.pm</code>.
\subsubsection templates_1_2a I.2.1. The Source Files
The files <code>template-khello/app.cpp, template-khello/app.h</code> and
diff --git a/doc/api/Mainpage.dox b/doc/api/Mainpage.dox
index 48640827..44fa64db 100644
--- a/doc/api/Mainpage.dox
+++ b/doc/api/Mainpage.dox
@@ -71,7 +71,7 @@ To build your local copy of this documentation you have two choices, depending o
- make install-apidox (as root)
.
- If you have an older system then
- - setenv KDEDIR=/location_of_your_kde_instalation
+ - setenv TDEDIR=/location_of_your_kde_instalation
- setenv QTDIR=/location_of_your_qt_instalation
- doxygen Doxyfile
- make install-apidox (as root)
diff --git a/doc/kdearch/index.docbook b/doc/kdearch/index.docbook
index fff7cd57..7b5b45f1 100644
--- a/doc/kdearch/index.docbook
+++ b/doc/kdearch/index.docbook
@@ -1907,7 +1907,7 @@ a complex query language.
<para>
New service types are added by installing a description of them into the
-directory <filename>KDEDIR/share/servicetypes</filename>. In an automake
+directory <filename>TDEDIR/share/servicetypes</filename>. In an automake
framework, this can be done with this <filename>Makefile.am</filename>
snippet:
</para>
@@ -1955,7 +1955,7 @@ Possible types are everything that can be stored in a
<para>
Service definitions are stored in the directory
-<filename>KDEDIR/share/services</filename>:
+<filename>TDEDIR/share/services</filename>:
</para>
<programlisting>
@@ -2246,7 +2246,7 @@ cases the file name extension). For example, a file
extension is stripped off this is not safe, and you actually have to look at
the contents of the file. This is of course slower, in particular for files
that have to be downloaded via HTTP first. The content-based method is based
-on the file <filename>KDEDIR/share/mimelnk/magic</filename> and therefore
+on the file <filename>TDEDIR/share/mimelnk/magic</filename> and therefore
difficult to extend. But in general, MIME type information can easily be made
available to the system by installing a <literal>.desktop</literal> file, and
it is efficiently and conveniently available through the KDE libraries.
@@ -2262,7 +2262,7 @@ it is efficiently and conveniently available through the KDE libraries.
Let us define a type <literal>"application/x-foo"</literal> for our new
<application>foobar</application> program. To this end, you have to write a
file <filename>foo.desktop</filename> and install it into
-<filename>KDEDIR/share/mimelnk/application</filename>. (This is the usual
+<filename>TDEDIR/share/mimelnk/application</filename>. (This is the usual
location, which may differ between distributions). This can be done by adding
this to the <filename>Makefile.am</filename>:
</para>
diff --git a/doc/tdevelop/app-files.docbook b/doc/tdevelop/app-files.docbook
index f79b81c1..547010ec 100644
--- a/doc/tdevelop/app-files.docbook
+++ b/doc/tdevelop/app-files.docbook
@@ -28,20 +28,20 @@
<title>&tdevelop; Default Configuration</title>
<para>
-On installation, &tdevelop; writes some default information files for setup and configuration purposes into subdirectories of the <filename class="directory">$<envar>KDEDIR</envar></filename> installation directory (usually something like <filename class="directory">/opt/kde</filename>, <filename class="directory">/usr/local/kde</filename>, or some other user-defined installation directory, see <link linkend="tdevelop-install">Installing &tdevelop;</link>).
+On installation, &tdevelop; writes some default information files for setup and configuration purposes into subdirectories of the <filename class="directory">$<envar>TDEDIR</envar></filename> installation directory (usually something like <filename class="directory">/opt/kde</filename>, <filename class="directory">/usr/local/kde</filename>, or some other user-defined installation directory, see <link linkend="tdevelop-install">Installing &tdevelop;</link>).
</para>
<sect2 id="app-files-default-config">
<title>Default &tdevelop; Configuration</title>
<para>
-There is only one &tdevelop; specific default configuration file in the <filename class="directory">$<envar>KDEDIR</envar>/share/config/</filename> directory:
+There is only one &tdevelop; specific default configuration file in the <filename class="directory">$<envar>TDEDIR</envar>/share/config/</filename> directory:
</para>
<variablelist>
<varlistentry>
<term><filename>tdeveloprc</filename></term>
<listitem><para>
- This file contains the basic settings &tdevelop; needs to start. It will be copied to the user's <filename class="directory">$<envar>KDEHOME</envar>/share/config</filename> directory when &tdevelop; does not find a <filename>tdeveloprc</filename> file there on startup.
+ This file contains the basic settings &tdevelop; needs to start. It will be copied to the user's <filename class="directory">$<envar>TDEHOME</envar>/share/config</filename> directory when &tdevelop; does not find a <filename>tdeveloprc</filename> file there on startup.
</para></listitem>
</varlistentry>
</variablelist>
@@ -52,11 +52,11 @@ There is only one &tdevelop; specific default configuration file in the <filenam
<title>Application Specific Defaults</title>
<para>
-Most &tdevelop; features are provided by KParts. These are basically applications specially designed to run in the &tdevelop; framework (see the overview in the <link linkend="plugin-tools">Plugin Tools</link> appendix). Each KPart application has its own set of configuration files whose defaults will be stored in several subdirectories of the <filename class="directory">$<envar>KDEDIR</envar>/share/apps/</filename> installation directory.
+Most &tdevelop; features are provided by KParts. These are basically applications specially designed to run in the &tdevelop; framework (see the overview in the <link linkend="plugin-tools">Plugin Tools</link> appendix). Each KPart application has its own set of configuration files whose defaults will be stored in several subdirectories of the <filename class="directory">$<envar>TDEDIR</envar>/share/apps/</filename> installation directory.
</para>
<para>
-There are quite a lot of default configuration subdirectories in <filename class="directory">$<envar>KDEDIR</envar>/share/apps/</filename> whose names all start with a <filename>kdev</filename> sequence. Most of them are for &tdevelop; internal use only. They might be deliberately grouped for readability as:
+There are quite a lot of default configuration subdirectories in <filename class="directory">$<envar>TDEDIR</envar>/share/apps/</filename> whose names all start with a <filename>kdev</filename> sequence. Most of them are for &tdevelop; internal use only. They might be deliberately grouped for readability as:
<simplelist>
<member><link linkend="app-files-default-apps-stdalone">Stand-alone Applications</link></member>
<member><link linkend="app-files-default-apps-task">Task Specific Parts</link></member>
@@ -201,10 +201,10 @@ There are quite a lot of default configuration subdirectories in <filename class
<title>User Oriented Configuration</title>
<para>
-All information about user defined settings is kept in two subdirectories of <filename class="directory">$<envar>KDEHOME</envar></filename>, namely:
+All information about user defined settings is kept in two subdirectories of <filename class="directory">$<envar>TDEHOME</envar></filename>, namely:
<simplelist>
- <member><link linkend="app-files-user-apps">Application Specific Configuration</link> in the <filename class="directory">$<envar>KDEHOME</envar>/share/apps/</filename> directory, and</member>
- <member><link linkend="app-files-user-config">Resource Configuration File</link> in the <filename class="directory">$<envar>KDEHOME</envar>/share/config/</filename> directory.</member>
+ <member><link linkend="app-files-user-apps">Application Specific Configuration</link> in the <filename class="directory">$<envar>TDEHOME</envar>/share/apps/</filename> directory, and</member>
+ <member><link linkend="app-files-user-config">Resource Configuration File</link> in the <filename class="directory">$<envar>TDEHOME</envar>/share/config/</filename> directory.</member>
</simplelist>
</para>
@@ -212,13 +212,13 @@ All information about user defined settings is kept in two subdirectories of <fi
<title>Application Specific Configuration</title>
<para>
-Any user changes to the <link linkend="app-files-default">&tdevelop; Default Configuration</link> settings as well as user specific settings which are not kept in any of the <link linkend="app-files-user-config">Resource Configuration Files</link> are found in <filename>kdev...</filename> subdirectories of the <filename class="directory">$<envar>KDEHOME</envar>/share/apps/</filename> directory.
+Any user changes to the <link linkend="app-files-default">&tdevelop; Default Configuration</link> settings as well as user specific settings which are not kept in any of the <link linkend="app-files-user-config">Resource Configuration Files</link> are found in <filename>kdev...</filename> subdirectories of the <filename class="directory">$<envar>TDEHOME</envar>/share/apps/</filename> directory.
</para>
<para>
Most of these configuration files are however used by various &tdevelop; plugins in order to provide some specific menu and/or toolbar entries. Thus they are of interest only in case something went really wrong with the user interface.
</para>
<note><para>
-In case the contents of these directories mirror those of the Default Configuration settings, &tdevelop; will have copied them from <filename class="directory">$<envar>KDEDIR</envar>/apps/</filename> into the <filename class="directory">$<envar>KDEHOME</envar>/apps/</filename> directory on its initial start. Any subsequent changes will be made to these copies only. The Default Configuration settings remain unchanged in any case.
+In case the contents of these directories mirror those of the Default Configuration settings, &tdevelop; will have copied them from <filename class="directory">$<envar>TDEDIR</envar>/apps/</filename> into the <filename class="directory">$<envar>TDEHOME</envar>/apps/</filename> directory on its initial start. Any subsequent changes will be made to these copies only. The Default Configuration settings remain unchanged in any case.
</para></note>
<itemizedlist>
@@ -270,7 +270,7 @@ In case the contents of these directories mirror those of the Default Configurat
</listitem>
<listitem>
<para><filename class="directory">kdevdocumentation/</filename> &mdash; contains the actual files used by the <guilabel>Documentation</guilabel> plugin in addition to the <link linkend="app-files-default-kdevdoc"> default configuration files</link>. See there for more detail.</para>
- <para>The directories in <filename class="directory">kdevdocumentation/</filename> mainly hold actual bookkeeping information. The actually set up documentation files are kept in <link linkend="app-files-user-config-doc"> <quote><filename>doc...pluginrc</filename></quote> files</link> in the <filename class="directory">$<envar>KDEHOME</envar>/share/config/</filename> directory.</para>
+ <para>The directories in <filename class="directory">kdevdocumentation/</filename> mainly hold actual bookkeeping information. The actually set up documentation files are kept in <link linkend="app-files-user-config-doc"> <quote><filename>doc...pluginrc</filename></quote> files</link> in the <filename class="directory">$<envar>TDEHOME</envar>/share/config/</filename> directory.</para>
<itemizedlist>
<listitem>
<para><filename class="directory">bookmarks/</filename> &mdash; maintains the entries in the <guilabel>Bookmarks</guilabel> tab of the &tdevelop; <guilabel>Documentation</guilabel> plugin.</para>
@@ -345,7 +345,7 @@ In case the contents of these directories mirror those of the Default Configurat
<title>Resource Configuration Files</title>
<para>
-There are two groups of &tdevelop; configuration files in the <filename class="directory">$<envar>KDEHOME</envar>/share/config/</filename> directory, distiguished by their surrounding character sequences:
+There are two groups of &tdevelop; configuration files in the <filename class="directory">$<envar>TDEHOME</envar>/share/config/</filename> directory, distiguished by their surrounding character sequences:
<simplelist>
<member><quote><filename>doc...pluginrc</filename></quote> denotes <link linkend="app-files-user-config-doc">files used by the documentation plugin.</link></member>
<member><quote><filename>kdev...rc</filename></quote> denotes configuration <link linkend="app-files-user-config-kdev">files used by &tdevelop;</link> itself and its available plugins.</member>
@@ -356,7 +356,7 @@ There are two groups of &tdevelop; configuration files in the <filename class="d
<title>Configuration Files Used by &tdevelop;</title>
<listitem>
<para><filename>kdevabbrevrc</filename> &mdash; holds the current state of the <guilabel>Abbreviations</guilabel> configuration provided by the <guilabel>Abbreviation Expansion</guilabel> plugin.</para>
- <note><para>This only records whether the abbreviations will be used or not. The actual definitions of new abbreviations will go into the <filename>$<envar>KDEHOME</envar>/share/apps/kdevabbrev/templates/templates</filename> file.</para></note>
+ <note><para>This only records whether the abbreviations will be used or not. The actual definitions of new abbreviations will go into the <filename>$<envar>TDEHOME</envar>/share/apps/kdevabbrev/templates/templates</filename> file.</para></note>
</listitem>
<listitem>
<para><filename>kdevassistantrc</filename> &mdash; holds some configuration states specific of the stand-alone &tdevelop; Assistant documentation browser.</para>
@@ -416,7 +416,7 @@ Both are &XML; coded files. They can be viewed and (cautiously) altered using an
</para>
<note><para>
-There can be additional Persistant Code Store files be set up on the <guilabel>Code Completion</guilabel> tab of the <guilabel>C++ Specific</guilabel> project configuration page. Information about these additional <filename>.pcs</filename> is kept globally in the <filename class="directory">$<envar>KDEHOME</envar>/share/apps/kdevcppsupport/pcs/</filename> directory.
+There can be additional Persistant Code Store files be set up on the <guilabel>Code Completion</guilabel> tab of the <guilabel>C++ Specific</guilabel> project configuration page. Information about these additional <filename>.pcs</filename> is kept globally in the <filename class="directory">$<envar>TDEHOME</envar>/share/apps/kdevcppsupport/pcs/</filename> directory.
</para></note>
</sect2>
diff --git a/doc/tdevelop/nutshell.docbook b/doc/tdevelop/nutshell.docbook
index 59ee283b..ca0a4276 100644
--- a/doc/tdevelop/nutshell.docbook
+++ b/doc/tdevelop/nutshell.docbook
@@ -43,7 +43,7 @@ Interface</guimenuitem></menuchoice>).</para>
may not be available. To change the toolview tabs display manually, place a
<option>MDIStyle</option> entry under the
<option>[UI]</option> tag in your
-<filename>$KDEHOME/share/config/tdeveloprc</filename> configuration file as
+<filename>$TDEHOME/share/config/tdeveloprc</filename> configuration file as
follows:</para>
<simplelist>
@@ -65,7 +65,7 @@ this may help:</para>
<itemizedlist>
<listitem><para>In your
-<filename>$<envar>KDEHOME</envar>/share/config/tdeveloprc</filename>
+<filename>$<envar>TDEHOME</envar>/share/config/tdeveloprc</filename>
configuration file find the line containing
<quote><computeroutput>Style=Checked</computeroutput></quote> and remove
it. Then restart &tdevelop;.
diff --git a/doc/tdevelop/setup.docbook b/doc/tdevelop/setup.docbook
index 5dd15c06..6f8577e3 100644
--- a/doc/tdevelop/setup.docbook
+++ b/doc/tdevelop/setup.docbook
@@ -1600,7 +1600,7 @@ In short, such an &API; documents the interface to certain library functions. Th
There are some structural constraints assumed when searching for &doxygen; generated &API; documentation. The directory in which the <filename>index.html</filename> file resides should contain subdirectories with separate documentation collections. Each of these subdirectories is assumed to contain a <filename>.tag</filename> file and a <filename class="directory">html/</filename> subdirectory.
</para>
<para>
-You may have a look at <filename class="directory">$<envar>KDEDIR</envar>/share/doc/HTML/en/tdelibs-apidocs</filename> for an example of such a &doxygen; &API; documentation layout.
+You may have a look at <filename class="directory">$<envar>TDEDIR</envar>/share/doc/HTML/en/tdelibs-apidocs</filename> for an example of such a &doxygen; &API; documentation layout.
</para>
<note><para>
@@ -1621,7 +1621,7 @@ The older &kde; <ulink url="http://sirtaj.net/projects/kdoc/">KDoc</ulink> gener
Or the <command>configure</command> command did automatically find a &doxygen; generated &kde; Libraries &API; in one of several standard locations it knows of.
</para></listitem>
<listitem><para>
- Or as a last resort the <filename class="directory">$<envar>KDEDIR</envar>/share/doc/HTML/en/tdelibs-apidocs/</filename> was found at the first &tdevelop; startup.
+ Or as a last resort the <filename class="directory">$<envar>TDEDIR</envar>/share/doc/HTML/en/tdelibs-apidocs/</filename> was found at the first &tdevelop; startup.
</para></listitem>
</itemizedlist>
@@ -1720,7 +1720,7 @@ Such structured access is made possible through the use of special <quote>table
<term>Standard Directory of &tdevelop; TOC Files</term>
<listitem>
<para>
-When &tdevelop; was installed usually a series of predefined <filename>.toc</filename> files has been put into the <filename class="directory">$KDEDIR/share/apps/kdevdocumentation/tocs</filename> directory. These are fairly simple, structured text files. You may look at them using a text editor or other text display facility.
+When &tdevelop; was installed usually a series of predefined <filename>.toc</filename> files has been put into the <filename class="directory">$TDEDIR/share/apps/kdevdocumentation/tocs</filename> directory. These are fairly simple, structured text files. You may look at them using a text editor or other text display facility.
</para>
</listitem>
</varlistentry></variablelist>
diff --git a/doc/tdevelop/tdevelop-install.docbook b/doc/tdevelop/tdevelop-install.docbook
index 62123433..94b42ac0 100644
--- a/doc/tdevelop/tdevelop-install.docbook
+++ b/doc/tdevelop/tdevelop-install.docbook
@@ -319,7 +319,7 @@ In order to successfully compile and use &tdevelop;, you need the following prog
</para>
<informalexample><simplelist>
<member><prompt>(your-tdevelop-directory)&gt; </prompt>
- <userinput>ln -s $KDEDIR/share/apps/tdelibs/admin admin</userinput></member>
+ <userinput>ln -s $TDEDIR/share/apps/tdelibs/admin admin</userinput></member>
</simplelist></informalexample>
<para>
at the console. This causes &tdevelop; to use the standard settings in the &kde; <filename class="directory">admin</filename> directory instead.
@@ -369,7 +369,7 @@ Once all requirements are met, you are ready to compile and install &tdevelop;.
<primary>preliminaries</primary>
<secondary>&tdevelop; installation</secondary></indexterm>
<indexterm zone="compile-and-install-preliminaries">
- <primary>KDEDIR</primary></indexterm>
+ <primary>TDEDIR</primary></indexterm>
<indexterm zone="compile-and-install-preliminaries">
<primary>QTDIR</primary></indexterm>
<indexterm zone="compile-and-install-preliminaries">
@@ -395,11 +395,11 @@ If you use the bash shell add the following lines:
</para>
<informalexample><simplelist>
- <member><userinput>export KDEDIR=</userinput>(path to your KDE installation)</member>
+ <member><userinput>export TDEDIR=</userinput>(path to your KDE installation)</member>
<member><userinput>export QTDIR=</userinput>(path to your Qt library)</member>
- <member><userinput>export LD_LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib:$LD_LIBRARY_PATH</userinput></member>
- <member><userinput>export LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib:$LIBRARY_PATH</userinput></member>
- <member><userinput>export PATH=$QTDIR/bin:$KDEDIR/bin:$PATH</userinput></member>
+ <member><userinput>export LD_LIBRARY_PATH=$QTDIR/lib:$TDEDIR/lib:$LD_LIBRARY_PATH</userinput></member>
+ <member><userinput>export LIBRARY_PATH=$QTDIR/lib:$TDEDIR/lib:$LIBRARY_PATH</userinput></member>
+ <member><userinput>export PATH=$QTDIR/bin:$TDEDIR/bin:$PATH</userinput></member>
</simplelist></informalexample>
<para></para>
@@ -413,11 +413,11 @@ If you use the tcsh shell add the following lines:
</para>
<para>
<informalexample><simplelist>
- <member><userinput>setenv KDEDIR </userinput>(path to your KDE installation)</member>
+ <member><userinput>setenv TDEDIR </userinput>(path to your KDE installation)</member>
<member><userinput>setenv QTDIR </userinput>(path to your Qt library)</member>
- <member><userinput>setenv LD_LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib:$LD_LIBRARY_PATH</userinput></member>
- <member><userinput>setenv LIBRARY_PATH $QTDIR/lib:$KDEDIR/lib:$LIBRARY_PATH</userinput></member>
- <member><userinput>setenv PATH $QTDIR/bin:$KDEDIR/bin:$PATH</userinput></member>
+ <member><userinput>setenv LD_LIBRARY_PATH=$QTDIR/lib:$TDEDIR/lib:$LD_LIBRARY_PATH</userinput></member>
+ <member><userinput>setenv LIBRARY_PATH $QTDIR/lib:$TDEDIR/lib:$LIBRARY_PATH</userinput></member>
+ <member><userinput>setenv PATH $QTDIR/bin:$TDEDIR/bin:$PATH</userinput></member>
</simplelist></informalexample>
</para>
@@ -539,7 +539,7 @@ If you want to build your own <link linkend="make-api">API documentation</link>
</para>
<informalexample><simplelist>
<member><prompt>~/trinitysrc/tdevelop&gt; </prompt>
- <userinput>./configure --</userinput>(options-as-above) <userinput>\</userinput></member> <member><userinput>--with-tdelibsdoxy-dir=$KDEDIR/share/doc/HTML/en/tdelibs-apidocs</userinput></member>
+ <userinput>./configure --</userinput>(options-as-above) <userinput>\</userinput></member> <member><userinput>--with-tdelibsdoxy-dir=$TDEDIR/share/doc/HTML/en/tdelibs-apidocs</userinput></member>
</simplelist></informalexample>
</note>
</listitem>
@@ -606,7 +606,7 @@ That's all. If you installed &tdevelop; in the default &kde; directory you may n
<indexterm zone="compile-and-install-options-dir">
<primary>non-default directory</primary></indexterm>
<indexterm zone="compile-and-install-options-dir">
- <primary>KDEDIRS</primary></indexterm>
+ <primary>TDEDIRS</primary></indexterm>
<indexterm zone="compile-and-install-options-dir">
<primary>kbuildsycoca</primary></indexterm>
@@ -625,13 +625,13 @@ Call up a shell and have the following commands executed before you start &tdeve
</para>
<note><para>
- <emphasis>Take care to use the plural:</emphasis> It is <quote><envar>KDEDIRS</envar></quote>, not just <quote><envar>KDEDIR</envar></quote>)
+ <emphasis>Take care to use the plural:</emphasis> It is <quote><envar>TDEDIRS</envar></quote>, not just <quote><envar>TDEDIR</envar></quote>)
</para></note>
<informalexample><simplelist>
<member>
<prompt>~&gt; </prompt>
- <userinput>export KDEDIRS=/usr/local/kde:/opt/trinity</userinput>
+ <userinput>export TDEDIRS=/usr/local/kde:/opt/trinity</userinput>
</member>
<member>
<prompt>~&gt; </prompt>
@@ -647,7 +647,7 @@ Call up a shell and have the following commands executed before you start &tdeve
</simplelist></informalexample>
<note><simplelist>
- <member>The <envar>KDEDIRS</envar> environment variable must be set to the <emphasis>list of active &kde; directories</emphasis> in your system. We use</member>
+ <member>The <envar>TDEDIRS</envar> environment variable must be set to the <emphasis>list of active &kde; directories</emphasis> in your system. We use</member>
<member><filename class="directory">/usr/local/kde</filename>:<filename class="directory">/opt/trinity</filename></member>
<member>as an example only.</member>
<member>The <filename class="directory">/usr/local/kde</filename> directory may for instance contain an incomplete &kde; version you compiled for debug purposes, and the <filename class="directory">/opt/trinity</filename> directory may in addition contain the standard &kde; version from your distribution that is used for everyday work.</member>
@@ -658,7 +658,7 @@ In a tcsh shell you must set the environment variables using:
</para>
<informalexample><simplelist><member>
<prompt>~&gt; </prompt>
- <userinput>setenv KDEDIRS /usr/local/kde:/opt/trinity</userinput>
+ <userinput>setenv TDEDIRS /usr/local/kde:/opt/trinity</userinput>
</member></simplelist></informalexample>
<para>
The <command>kbuildsycoca</command> command (<quote>build system control cache</quote>) looks around for libraries and caches their location and version, so that &tdevelop; can find them. The caveat is that it takes noticeable time&mdash;and it has to be run any time you call up the shell to start &tdevelop; from a non-default directory. You may want to put the above commands into a shell script to reduce the typing effort.
@@ -711,12 +711,12 @@ Alas, this version is best used read-only over the internet. If you do not alway
<userinput>./configure --</userinput>(options-as-usual)<userinput> \</userinput>
</member>
<member>
- <userinput>--with-tdelibsdoxy-dir=$KDEDIR/share/doc/HTML/en/tdelibs-apidocs</userinput>
+ <userinput>--with-tdelibsdoxy-dir=$TDEDIR/share/doc/HTML/en/tdelibs-apidocs</userinput>
</member>
</simplelist></informalexample>
<para>
-(<command>make</command> will replace the global <varname>$KDEDIR</varname> variable with the actual &kde; directory setting recorded therein.) Then issue a <command>make</command> command <link linkend="compile-and-install-make-basic">as usual</link>. After the &tdevelop; IDE has been built you have the option to build the API as well. For this you must issue
+(<command>make</command> will replace the global <varname>$TDEDIR</varname> variable with the actual &kde; directory setting recorded therein.) Then issue a <command>make</command> command <link linkend="compile-and-install-make-basic">as usual</link>. After the &tdevelop; IDE has been built you have the option to build the API as well. For this you must issue
</para>
<informalexample><simplelist><member>
<prompt>~/trinitysrc/tdevelop&gt; </prompt>
diff --git a/doc/tdevelop/tdevelop-scripting.docbook b/doc/tdevelop/tdevelop-scripting.docbook
index 177a0b65..1b722f2d 100644
--- a/doc/tdevelop/tdevelop-scripting.docbook
+++ b/doc/tdevelop/tdevelop-scripting.docbook
@@ -38,7 +38,7 @@ The next step is to create the actual script. For the above example the Type of
<para>The KDCOP tool allows script developers to browse and debug the current interfaces of the host application. KDCOP also provides a neat feature of allowing users to select a method and drag the current code to their text editor. This simplifies use for people who are not savvy to the DCOP methods of the host language. Currently KDCOP supports KJSEmbed, Python, and UNIX Shell method for accessing DCOP.</para>
-<para>Once the script is complete it is ready to be installed. Application developers should document the location that will be scanned for scripts. In the case of the above example for Kate the scripts are located in "$KDEDIRS/share/apps/kate/scripts".</para>
+<para>Once the script is complete it is ready to be installed. Application developers should document the location that will be scanned for scripts. In the case of the above example for Kate the scripts are located in "$TDEDIRS/share/apps/kate/scripts".</para>
<figure id="screenshot-scripts" float="1">
<title>&tdevelop; Scripts on the Filesystem</title>