diff options
author | Darrell Anderson <[email protected]> | 2012-04-11 10:45:53 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-11 10:45:53 -0500 |
commit | ef61902afa37f0b6d7ed9faa22d5617c8aeaa44d (patch) | |
tree | 74be8f470de9cdc8abaddeda4d171d34626b5e1d /aclocal.m4 | |
parent | 395e531ebedcf9b3d49352e3ed23c968990f5142 (diff) | |
download | kiosktool-ef61902afa37f0b6d7ed9faa22d5617c8aeaa44d.tar.gz kiosktool-ef61902afa37f0b6d7ed9faa22d5617c8aeaa44d.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' |