diff options
author | Darrell Anderson <[email protected]> | 2012-04-11 11:03:26 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-11 11:03:26 -0500 |
commit | daa679f28019650e730bb01dc42ead29d6952e79 (patch) | |
tree | 04159b65ccc4cc2d1c7b37610249288fc3e741de /acinclude.m4 | |
parent | bdc9ecf6cf8d1c0d5d4e5cef2c349c8c9e0c7d34 (diff) | |
download | krusader-daa679f28019650e730bb01dc42ead29d6952e79.tar.gz krusader-daa679f28019650e730bb01dc42ead29d6952e79.zip |
Update HTML install path references.
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 99d8547..9dc5cee 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' |