diff options
author | Darrell Anderson <[email protected]> | 2012-04-11 10:34:03 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-11 10:34:03 -0500 |
commit | 7a7676a4259e907ab08cca460ee21586f8b60927 (patch) | |
tree | 0c1159e7b1fd691161a0939058927b65e016c209 /aclocal.m4 | |
parent | 56bcc042a8e9d2f5128e2697fdb0cf88051d3eb8 (diff) | |
download | kaffeine-7a7676a4259e907ab08cca460ee21586f8b60927.tar.gz kaffeine-7a7676a4259e907ab08cca460ee21586f8b60927.zip |
Update HTML install path references.
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -440,7 +440,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' |