summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-11 11:43:42 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-09-08 15:29:18 +0200
commit6cf32770a9d1f73be5cfc42c53320cb4259456be (patch)
treeea282efc9dc1c6703dd5492d55d89c33f48efc05
parent5b9788efa8ff6d53d272acb044b6900dbf570a82 (diff)
downloadktechlab-6cf32770a9d1f73be5cfc42c53320cb4259456be.tar.gz
ktechlab-6cf32770a9d1f73be5cfc42c53320cb4259456be.zip
Update HTML install path references.
(cherry picked from commit 242ebbc479f92df9a81d521d40b17fe5b1833d7e)
-rw-r--r--acinclude.m46
-rw-r--r--aclocal.m46
2 files changed, 6 insertions, 6 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 291001d..2af0a4d 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -430,12 +430,12 @@ if test "$1" = "default"; then
if test -z "$kde_htmldir"; then
if test -f /etc/debian_version; then
if dpkg -s kdelibs4 | 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
diff --git a/aclocal.m4 b/aclocal.m4
index 3078d87..616f162 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 kdelibs4 | 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