diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-11 11:28:14 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-11 11:28:14 -0500 |
commit | 693f768e7ea1765bfbfb397fde2cd8ce126d703c (patch) | |
tree | 2b32a81490bc0624f1a217c74afc46aac73c5815 /acinclude.m4 | |
parent | c8c05b7c55d37dd95413a858ccda4ae09c38fc86 (diff) | |
download | kdpkg-693f768e7ea1765bfbfb397fde2cd8ce126d703c.tar.gz kdpkg-693f768e7ea1765bfbfb397fde2cd8ce126d703c.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 2845c79..1e8eda5 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' |