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 | |
parent | 3f2f4aa3616579e0c8b525bd85c7e799b660c3b5 (diff) | |
download | knowit-fc9874b038f9478dcdf627fca8a2a09552fc0937.tar.gz knowit-fc9874b038f9478dcdf627fca8a2a09552fc0937.zip |
Update HTML install path references.
-rw-r--r-- | acinclude.m4 | 2 | ||||
-rw-r--r-- | aclocal.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 2963a5e..c4115be 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -417,7 +417,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' @@ -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' |