diff options
author | Darrell Anderson <[email protected]> | 2012-04-11 11:06:22 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-11 11:06:22 -0500 |
commit | 5fea475ff1bf73a569ca55eb7da93591fb5d2cd8 (patch) | |
tree | b622964e1b8a377e84d43bc3addf2f5c8e598652 /aclocal.m4 | |
parent | 24dec152d496392a823375ec51f3042472050816 (diff) | |
download | ksystemlog-5fea475ff1bf73a569ca55eb7da93591fb5d2cd8.tar.gz ksystemlog-5fea475ff1bf73a569ca55eb7da93591fb5d2cd8.zip |
Update HTML install path references.
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -429,7 +429,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' |