diff options
author | Darrell Anderson <[email protected]> | 2012-04-11 10:31:55 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-11 10:31:55 -0500 |
commit | 01a7e739162d6b0d90d3912b5926d8a6b17decdc (patch) | |
tree | bde6959790994232c0c64299469023dd98ee098c /acinclude.m4 | |
parent | 47e0f4feec1dc8106aee69c40eb0f3d99745a7af (diff) | |
download | k9copy-01a7e739162d6b0d90d3912b5926d8a6b17decdc.tar.gz k9copy-01a7e739162d6b0d90d3912b5926d8a6b17decdc.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 2963a5e..c4115be 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -417,7 +417,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' |