diff options
author | Darrell Anderson <[email protected]> | 2012-04-11 10:36:48 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-11 10:36:48 -0500 |
commit | 2669502bd0eae4c5402fd64bf99928ad9cbcb119 (patch) | |
tree | e1ee93b29ae1dce6b04ee5f6852c552bb97279b3 /acinclude.m4 | |
parent | d1370f366a9001fbead2151628ae33fc72aab8b9 (diff) | |
download | kbarcode-2669502bd0eae4c5402fd64bf99928ad9cbcb119.tar.gz kbarcode-2669502bd0eae4c5402fd64bf99928ad9cbcb119.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 93e791e..0af4394 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' |