diff options
author | Darrell Anderson <[email protected]> | 2012-04-11 11:38:14 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-11 11:38:14 -0500 |
commit | fc9874b038f9478dcdf627fca8a2a09552fc0937 (patch) | |
tree | 39123d98787d9e5c2a38c43ed8948a8308e34e64 /aclocal.m4 | |
parent | 3f2f4aa3616579e0c8b525bd85c7e799b660c3b5 (diff) | |
download | knowit-fc9874b038f9478dcdf627fca8a2a09552fc0937.tar.gz knowit-fc9874b038f9478dcdf627fca8a2a09552fc0937.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' |