From 598c9ac47bf388ef32bc1b7c4ea4f397998f9ebb Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 11 Apr 2012 11:07:32 -0500 Subject: [PATCH] Update HTML install path references. (cherry picked from commit db6ded63b3db474f7b9e77a5be855621a024a213) --- acinclude.m4 | 2 +- aclocal.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 330ecf5..1bb1a3c 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/aclocal.m4 b/aclocal.m4 index 67cfa4e..f758d52 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -440,7 +440,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'