diff options
author | Darrell Anderson <[email protected]> | 2012-04-11 11:11:44 -0500 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-09-08 15:29:42 +0200 |
commit | 5a68329a27a132d10672dcb0e08fb8baea6e1629 (patch) | |
tree | 33aa9bf49e6f8ebdb2b391407d5434221fa6f6ca /acinclude.m4 | |
parent | 1e77d7d465fa2cf69add20952d41be715ece938a (diff) | |
download | yakuake-5a68329a27a132d10672dcb0e08fb8baea6e1629.tar.gz yakuake-5a68329a27a132d10672dcb0e08fb8baea6e1629.zip |
Update HTML install path references.
(cherry picked from commit 9339c1e07b1c36bb70830dc2a10709beb94f5ca7)
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 c4ce4b2..54832b8 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' |