diff options
author | Darrell Anderson <[email protected]> | 2012-04-11 10:14:49 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-11 10:14:49 -0500 |
commit | 653af9ba3c3c4911259ace856fa884b3537ec6a9 (patch) | |
tree | 321f74925436e63f567b1cfcc9e8573525d2e5ac /aclocal.m4 | |
parent | fca51e9b09b2dcb5870c6ad458d79ee97b16815f (diff) | |
download | libkipi-653af9ba3c3c4911259ace856fa884b3537ec6a9.tar.gz libkipi-653af9ba3c3c4911259ace856fa884b3537ec6a9.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' |