diff options
author | Darrell Anderson <[email protected]> | 2012-04-11 11:42:55 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-11 11:42:55 -0500 |
commit | 6c4cdb01e414a72f64f5f71ecf602944ad6ce41e (patch) | |
tree | 63f765588fca017b33475d6155be54c96706587a /acinclude.m4 | |
parent | cc086a9228b8f7258fd0e90bbae5a35edffe189b (diff) | |
download | ksplash-engine-moodin-6c4cdb01e414a72f64f5f71ecf602944ad6ce41e.tar.gz ksplash-engine-moodin-6c4cdb01e414a72f64f5f71ecf602944ad6ce41e.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 f147547..8740efc 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' |