diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-08-21 21:35:38 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-08-21 21:35:38 +0200 |
commit | 2d5ab2165b5a7750693266c24dabdc6520fcfb2d (patch) | |
tree | 35c55949aec87a0ae958d4811b6dbe58a40f05ab /doc | |
parent | dc35d8eaac302891fa34128d0e2e148b4c409544 (diff) | |
download | klcddimmer-2d5ab2165b5a7750693266c24dabdc6520fcfb2d.tar.gz klcddimmer-2d5ab2165b5a7750693266c24dabdc6520fcfb2d.zip |
Initial TDE conversion
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/index.docbook | 6 | ||||
-rw-r--r-- | doc/klcddimmer.html | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/en/index.docbook b/doc/en/index.docbook index e602e59..92257bc 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -2,7 +2,7 @@ <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ <!ENTITY klcddimmer "<application>klcddimmer 0.1</application>"> <!ENTITY kappname "&klcddimmer;"><!-- Do *not* replace kappname--> - <!ENTITY package "kde-module"><!-- kdebase, kdeadmin, etc --> + <!ENTITY package "kde-module"><!-- tdebase, tdeadmin, etc --> <!ENTITY % addindex "IGNORE"> <!ENTITY % English "INCLUDE"><!-- change language only here --> @@ -488,8 +488,8 @@ application --> <!-- List any special requirements for your application here. This should include: -.Libraries or other software that is not included in kdesupport, -kdelibs, or kdebase. +.Libraries or other software that is not included in tdesupport, +tdelibs, or tdebase. .Hardware requirements like amount of RAM, disk space, graphics card capabilities, screen resolution, special expansion cards, etc. .Operating systems the app will run on. If your app is designed only for a diff --git a/doc/klcddimmer.html b/doc/klcddimmer.html index 193240d..e7525e6 100644 --- a/doc/klcddimmer.html +++ b/doc/klcddimmer.html @@ -124,7 +124,7 @@ You can also find details about new features on my blog, in this area: <a href=" When you run configure, you should pass the KDE root directory as --prefix (in my system it is /usr). If you don't know about this directory, you can get the right value by running:<br> -<pre>kde-config --prefix</pre> +<pre>tde-config --prefix</pre> <p>The steps to perform for the @@ -138,7 +138,7 @@ following steps: </p> <pre>./configure --prefix=<your KDE directory><br></pre> Or, to automatically get the KDE root directory (notice it is ` and not '): -<pre>./configure --prefix=`kde-config --prefix`<br></pre> +<pre>./configure --prefix=`tde-config --prefix`<br></pre> <p>and then:</p> |