diff options
author | Darrell Anderson <[email protected]> | 2012-04-11 11:31:54 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-11 11:31:54 -0500 |
commit | 951abdcc27807d71c2c5fa51639d7f7959ababaa (patch) | |
tree | 27b139903683ab8e9523cc3cb23eb884fddc00cb | |
parent | 76cdb3eb7a6385ab637a3c40ca4ad49afe29c6c5 (diff) | |
download | tdeio-apt-951abdcc27807d71c2c5fa51639d7f7959ababaa.tar.gz tdeio-apt-951abdcc27807d71c2c5fa51639d7f7959ababaa.zip |
Update HTML install path references.
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 2845c79..1e8eda5 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -428,7 +428,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' |