diff options
author | Darrell Anderson <[email protected]> | 2012-04-11 11:27:20 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-11 11:27:20 -0500 |
commit | 43afd9d87b979e9cf72f74ca08b08d0719d1f96e (patch) | |
tree | 432cca789cfc647b2128a3575ca61e351830fa69 /acinclude.m4 | |
parent | 54637a1facb9e21b56879fa343cd9017061f250a (diff) | |
download | tdmtheme-43afd9d87b979e9cf72f74ca08b08d0719d1f96e.tar.gz tdmtheme-43afd9d87b979e9cf72f74ca08b08d0719d1f96e.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 010a4d5..75fbd20 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' |