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/klcddimmer.html | |
parent | dc35d8eaac302891fa34128d0e2e148b4c409544 (diff) | |
download | klcddimmer-2d5ab2165b5a7750693266c24dabdc6520fcfb2d.tar.gz klcddimmer-2d5ab2165b5a7750693266c24dabdc6520fcfb2d.zip |
Initial TDE conversion
Diffstat (limited to 'doc/klcddimmer.html')
-rw-r--r-- | doc/klcddimmer.html | 4 |
1 files changed, 2 insertions, 2 deletions
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> |