summaryrefslogtreecommitdiffstats
path: root/doc/api
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/api
parent8e7b3d87aaeebf32fa6769f207d6ac20462e3e0c (diff)
downloadtdevelop-88838f421c1d218531cb0ddcc2599ae90e744759.tar.gz
tdevelop-88838f421c1d218531cb0ddcc2599ae90e744759.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/HowToAddApplicationTemplates.dox4
-rw-r--r--doc/api/Mainpage.dox2
2 files changed, 3 insertions, 3 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)