diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-11 11:48:51 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-09-08 15:29:24 +0200 |
commit | e31fccd2f3796000ee1475302a87bc62b88106c3 (patch) | |
tree | 11c319e65ff1ff228b172e5f722272864c9ed068 /acinclude.m4 | |
parent | 2d30adc9200561af76c6954b5a867688fcad2e25 (diff) | |
download | piklab-e31fccd2f3796000ee1475302a87bc62b88106c3.tar.gz piklab-e31fccd2f3796000ee1475302a87bc62b88106c3.zip |
Update HTML install path references.
(cherry picked from commit e5326544b80affa063e20610cb302d00c7c7e2c0)
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 8e670fc..03a4450 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' |