summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m46
1 files changed, 3 insertions, 3 deletions
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