From 9eba4aa204566b525e439618aa9b51a8ce9ef3f0 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 11 Apr 2012 11:52:20 -0500 Subject: [PATCH] Update HTML install path references. (cherry picked from commit 75811c8f8337a2922e7b9846a7047acdb3b958af) --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index 4a27766..ba9fea1 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -411,7 +411,7 @@ AC_DEFUN(KDE_SET_DEFAULT_PATHS, if test "$1" = "default"; then if test -z "$kde_htmldir"; then - kde_htmldir='\${prefix}/share/doc/HTML' + kde_htmldir='\${prefix}/share/doc/tde/HTML' fi if test -z "$kde_appsdir"; then kde_appsdir='\${prefix}/share/applnk'