diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-11 10:40:52 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-11 10:40:52 -0500 |
commit | 57a5438d76f28c3a0309389fe172dcd37abfb685 (patch) | |
tree | ca311962e9b5f833737d6a083020ebe95d8070f4 /acinclude.m4 | |
parent | 87483277a5a245ea30864a25f2c184c276cb19b9 (diff) | |
download | kchmviewer-57a5438d76f28c3a0309389fe172dcd37abfb685.tar.gz kchmviewer-57a5438d76f28c3a0309389fe172dcd37abfb685.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 40f676e..4e50daf 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}/applications' |