Update HTML install path references.

(cherry picked from commit a925027187)
v3.5.13-sru
Darrell Anderson 12 years ago committed by Slávek Banko
parent 3a008edfb2
commit 8d860d39d3

@ -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'
@ -4555,7 +4555,7 @@ AC_DEFUN([KDE_SET_PREFIX_CORE],
fi fi
# And delete superfluous '/' to make compares easier # And delete superfluous '/' to make compares easier
prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'` prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
kde_libs_htmldir=$prefix/share/doc/HTML/ kde_libs_htmldir=$prefix/share/doc/tde/HTML/
exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'` exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
AC_SUBST(kde_libs_htmldir) AC_SUBST(kde_libs_htmldir)
KDE_FAST_CONFIGURE KDE_FAST_CONFIGURE

Loading…
Cancel
Save