summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-11 11:16:35 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-11 11:16:35 -0500
commite029c0e16657ed0ea9695bf1fdccb3ae39e6bf9a (patch)
tree276f9bffba2757ed8aa5b618ed6605cf989aa1f0
parent4177cc6061c9a6ae5679ab2b8c174978e1c1f6d1 (diff)
downloadbibletime-e029c0e16657ed0ea9695bf1fdccb3ae39e6bf9a.tar.gz
bibletime-e029c0e16657ed0ea9695bf1fdccb3ae39e6bf9a.zip
Update HTML install path references.
-rw-r--r--INSTALL2
-rw-r--r--INSTALL.in2
-rw-r--r--acinclude.m42
-rw-r--r--bibletime.spec2
-rw-r--r--bibletime.spec.in2
5 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 6af5cc8..b5b25ce 100644
--- a/INSTALL
+++ b/INSTALL
@@ -46,7 +46,7 @@ Debian (and possibly derived distros as well) use a non-standard path to
store the documentation of KDE programs. Therefore the ./configure line above in
this case needs to be changed to:
-kde_htmldir=/usr/share/doc/kde/HTML ./configure --prefix=/usr
+kde_htmldir=/usr/share/doc/tde/HTML ./configure --prefix=/usr
If you forget this, you'll likely not be able to access the handbook and the
BibleStudy HowTo.
diff --git a/INSTALL.in b/INSTALL.in
index 59b0276..a3b0a7f 100644
--- a/INSTALL.in
+++ b/INSTALL.in
@@ -46,7 +46,7 @@ Debian (and possibly derived distros as well) use a non-standard path to
store the documentation of KDE programs. Therefore the ./configure line above in
this case needs to be changed to:
-kde_htmldir=/usr/share/doc/kde/HTML ./configure --prefix=/usr
+kde_htmldir=/usr/share/doc/tde/HTML ./configure --prefix=/usr
If you forget this, you'll likely not be able to access the handbook and the
BibleStudy HowTo.
diff --git a/acinclude.m4 b/acinclude.m4
index a443a5a..7887119 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/bibletime.spec b/bibletime.spec
index 8731725..79afeba 100644
--- a/bibletime.spec
+++ b/bibletime.spec
@@ -99,7 +99,7 @@ rm -rf $RPM_BUILD_ROOT
%{prefix}/bin/*
%{prefix}/share/applnk/Applications/bibletime.desktop
%{prefix}/share/apps/bibletime/
-%{prefix}/share/doc/HTML/en/bibletime/
+%{prefix}/share/doc/tde/HTML/en/bibletime/
%{prefix}/share/icons/*
%changelog
diff --git a/bibletime.spec.in b/bibletime.spec.in
index 8131fd8..5765798 100644
--- a/bibletime.spec.in
+++ b/bibletime.spec.in
@@ -99,7 +99,7 @@ rm -rf $RPM_BUILD_ROOT
%{prefix}/bin/*
%{prefix}/share/applnk/Applications/bibletime.desktop
%{prefix}/share/apps/bibletime/
-%{prefix}/share/doc/HTML/en/bibletime/
+%{prefix}/share/doc/tde/HTML/en/bibletime/
%{prefix}/share/icons/*
%changelog