diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-11 11:42:55 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-11 11:42:55 -0500 |
commit | 6c4cdb01e414a72f64f5f71ecf602944ad6ce41e (patch) | |
tree | 63f765588fca017b33475d6155be54c96706587a /aclocal.m4 | |
parent | cc086a9228b8f7258fd0e90bbae5a35edffe189b (diff) | |
download | ksplash-engine-moodin-6c4cdb01e414a72f64f5f71ecf602944ad6ce41e.tar.gz ksplash-engine-moodin-6c4cdb01e414a72f64f5f71ecf602944ad6ce41e.zip |
Update HTML install path references.
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -440,7 +440,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' |