diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-11 11:03:26 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-09-08 15:29:10 +0200 |
commit | 4bd7ed88f85e696c3d390c05b128e00a2fb763de (patch) | |
tree | 20e6ea23876740f22ff4f40f081052002e4fd098 | |
parent | 52531b535ee9faeb90859403c9564c36fa6f302f (diff) | |
download | krusader-4bd7ed88f85e696c3d390c05b128e00a2fb763de.tar.gz krusader-4bd7ed88f85e696c3d390c05b128e00a2fb763de.zip |
Update HTML install path references.
(cherry picked from commit daa679f28019650e730bb01dc42ead29d6952e79)
-rw-r--r-- | FAQ | 2 | ||||
-rw-r--r-- | acinclude.m4 | 2 | ||||
-rw-r--r-- | doc/en/faq.docbook | 2 | ||||
-rw-r--r-- | doc/ru/faq.docbook | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -582,7 +582,7 @@ Usage FAQ krusader_1.51-1_i386.deb package. You will see the next error message if you try to open the handbook: "The requested help file could not be found. Check that you have installed the documentation." To fix it go to /usr/ - share/doc/kde/HTML/en/krusader/, you will see the foo.docbook.gz files. + share/doc/tde/HTML/en/krusader/, you will see the foo.docbook.gz files. Now, you need to extract all these files with root privileges ("File- >Unpack" with Krusader) to create foo.docbook files. Now the handbook will work. This error is fixed in the krusader_1.60.0-1_i386.deb package and diff --git a/acinclude.m4 b/acinclude.m4 index 377342b..5761177 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -428,7 +428,7 @@ AC_DEFUN([KDE_SET_DEFAULT_PATHS], if test "$1" = "default"; then if test -z "$kde_htmldir"; then - kde_htmldir='\${datadir}/doc/HTML' + kde_htmldir='\${datadir}/doc/tde/HTML' fi if test -z "$kde_appsdir"; then kde_appsdir='\${datadir}/applnk' diff --git a/doc/en/faq.docbook b/doc/en/faq.docbook index 7a9ba25..fca9020 100644 --- a/doc/en/faq.docbook +++ b/doc/en/faq.docbook @@ -1299,7 +1299,7 @@ requested help file could not be found. Check that you have installed the documentation." To fix it go to <filename> - /usr/share/doc/kde/HTML/en/krusader/</filename>, you will + /usr/share/doc/tde/HTML/en/krusader/</filename>, you will see the <filename>foo.docbook.gz</filename> files. Now, you need to extract all these files with root privileges diff --git a/doc/ru/faq.docbook b/doc/ru/faq.docbook index 5739d68..10af8ce 100644 --- a/doc/ru/faq.docbook +++ b/doc/ru/faq.docbook @@ -1129,7 +1129,7 @@ <answer> <para >Эта ошибка случается в дистрибутивах &debian;(или на основе &debian;) с пакетом krusader_1.51-1_i386.deb.Вы видите следующее сообщение об ошибке , когда открываете Руководство "Запрашиваемый файл не найден. Проверьте правильность установки документации".Для устранения перейдите в <filename ->/usr/share/doc/kde/HTML/en/krusader/</filename +>/usr/share/doc/tde/HTML/en/krusader/</filename >, вы должны увидеть файлы <filename >foo.docbook.gz</filename >.Теперь распакуйте все эти файлы с привилегиями root в файлы <filename |