From 242ebbc479f92df9a81d521d40b17fe5b1833d7e Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 11 Apr 2012 11:43:42 -0500 Subject: Update HTML install path references. --- aclocal.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'aclocal.m4') diff --git a/aclocal.m4 b/aclocal.m4 index fe4cd51..cd5a088 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -442,12 +442,12 @@ if test "$1" = "default"; then if test -z "$kde_htmldir"; then if test -f /etc/debian_version; then if dpkg -s tdelibs4 | grep Status | grep not-installed 2>&1 >/dev/null; then - kde_htmldir='\${prefix}/share/doc/HTML'; + kde_htmldir='\${prefix}/share/doc/tde/HTML'; else - kde_htmldir='\${prefix}/share/doc/kde/HTML' + kde_htmldir='\${prefix}/share/doc/tde/HTML' fi else - kde_htmldir='\${prefix}/share/doc/HTML' + kde_htmldir='\${prefix}/share/doc/tde/HTML' fi fi -- cgit v1.2.3