diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:23:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:23:55 -0600 |
commit | b3798466092929b3e16ab6eff8775285fa76fc0d (patch) | |
tree | a742aaff637494b5721dbc3eca2c26f579a25833 /doc | |
parent | 3787b3e8e7adcb04d85f96082c39eca9eda7d0f6 (diff) | |
download | tdesvn-b3798466092929b3e16ab6eff8775285fa76fc0d.tar.gz tdesvn-b3798466092929b3e16ab6eff8775285fa76fc0d.zip |
Rename kde-config to tde-config
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/index.docbook | 2 | ||||
-rw-r--r-- | doc/nl/index.docbook | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 9bec44e..b9baeee 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -2311,7 +2311,7 @@ or checkout / export a copy from repository and change to the resulting sourcedi <screen> <prompt>%</prompt> <userinput><command>mkdir</command> build</userinput> <prompt>%</prompt> <userinput><command>cd</command> build</userinput> -<prompt>%</prompt> <userinput><command>cmake</command> ../ -DCMAKE_INSTALL_PREFIX=`kde-config --prefix` -DCMAKE_BUILD_TYPE=Release</userinput> +<prompt>%</prompt> <userinput><command>cmake</command> ../ -DCMAKE_INSTALL_PREFIX=`tde-config --prefix` -DCMAKE_BUILD_TYPE=Release</userinput> <prompt>%</prompt> <userinput><command>make</command></userinput> <prompt>%</prompt> <userinput><command>make</command> install</userinput> </screen> diff --git a/doc/nl/index.docbook b/doc/nl/index.docbook index e114263..3793286 100644 --- a/doc/nl/index.docbook +++ b/doc/nl/index.docbook @@ -2148,7 +2148,7 @@ url="http://tdesvn.alwins-world.de/browser/trunk/ChangeLog">http://tdesvn.alwins <screen> <prompt>%</prompt> <userinput><command>mkdir</command> build</userinput> <prompt>%</prompt> <userinput><command>cd</command> build</userinput> -<prompt>%</prompt> <userinput><command>cmake</command> ../ -DCMAKE_INSTALL_PREFIX=`kde-config --prefix` -DCMAKE_BUILD_TYPE=Release</userinput> +<prompt>%</prompt> <userinput><command>cmake</command> ../ -DCMAKE_INSTALL_PREFIX=`tde-config --prefix` -DCMAKE_BUILD_TYPE=Release</userinput> <prompt>%</prompt> <userinput><command>make</command></userinput> <prompt>%</prompt> <userinput><command>make</command> install</userinput> </screen> |