diff options
author | Darrell Anderson <[email protected]> | 2012-04-11 11:56:12 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-11 11:56:12 -0500 |
commit | 6a03a25b759e0a200c9d30a1a88e680b92330d78 (patch) | |
tree | 5b8605cfa81a99fce81637c6fa0b08e339f3877b /acinclude.m4 | |
parent | 9a4086b7add887473d1c715cfcbc6afff63416c9 (diff) | |
download | twin-style-crystal-6a03a25b759e0a200c9d30a1a88e680b92330d78.tar.gz twin-style-crystal-6a03a25b759e0a200c9d30a1a88e680b92330d78.zip |
Update HTML install path references.
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 97b52ec..1e6ef02 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' |