Update HTML install path references.

(cherry picked from commit e029c0e166)
v3.5.13-sru
Darrell Anderson 12 years ago committed by Slávek Banko
parent 2464051613
commit e9dc01f989

@ -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 store the documentation of KDE programs. Therefore the ./configure line above in
this case needs to be changed to: 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 If you forget this, you'll likely not be able to access the handbook and the
BibleStudy HowTo. BibleStudy HowTo.

@ -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 store the documentation of KDE programs. Therefore the ./configure line above in
this case needs to be changed to: 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 If you forget this, you'll likely not be able to access the handbook and the
BibleStudy HowTo. BibleStudy HowTo.

@ -428,7 +428,7 @@ AC_DEFUN([KDE_SET_DEFAULT_PATHS],
if test "$1" = "default"; then if test "$1" = "default"; then
if test -z "$kde_htmldir"; then if test -z "$kde_htmldir"; then
kde_htmldir='\${datadir}/doc/HTML' kde_htmldir='\${datadir}/doc/tde/HTML'
fi fi
if test -z "$kde_appsdir"; then if test -z "$kde_appsdir"; then
kde_appsdir='\${datadir}/applnk' kde_appsdir='\${datadir}/applnk'

@ -99,7 +99,7 @@ rm -rf $RPM_BUILD_ROOT
%{prefix}/bin/* %{prefix}/bin/*
%{prefix}/share/applnk/Applications/bibletime.desktop %{prefix}/share/applnk/Applications/bibletime.desktop
%{prefix}/share/apps/bibletime/ %{prefix}/share/apps/bibletime/
%{prefix}/share/doc/HTML/en/bibletime/ %{prefix}/share/doc/tde/HTML/en/bibletime/
%{prefix}/share/icons/* %{prefix}/share/icons/*
%changelog %changelog

@ -99,7 +99,7 @@ rm -rf $RPM_BUILD_ROOT
%{prefix}/bin/* %{prefix}/bin/*
%{prefix}/share/applnk/Applications/bibletime.desktop %{prefix}/share/applnk/Applications/bibletime.desktop
%{prefix}/share/apps/bibletime/ %{prefix}/share/apps/bibletime/
%{prefix}/share/doc/HTML/en/bibletime/ %{prefix}/share/doc/tde/HTML/en/bibletime/
%{prefix}/share/icons/* %{prefix}/share/icons/*
%changelog %changelog

Loading…
Cancel
Save