diff options
author | Darrell Anderson <[email protected]> | 2012-04-10 23:56:58 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-10 23:56:58 -0500 |
commit | 4306eebec242abc2979205dc50ff5570603c4c3a (patch) | |
tree | a1f602606b51b12f286608e157a1860e934f4a7c /aclocal.m4 | |
parent | 770d2f0c205904511288cdc4049a68a36e308cd3 (diff) | |
download | libtqt-perl-4306eebec242abc2979205dc50ff5570603c4c3a.tar.gz libtqt-perl-4306eebec242abc2979205dc50ff5570603c4c3a.zip |
Update HTML install path references.
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -433,7 +433,7 @@ AC_DEFUN(KDE_SET_DEFAULT_PATHS, if test "$1" = "default"; then if test -z "$kde_htmldir"; then - kde_htmldir='\${prefix}/share/doc/HTML' + kde_htmldir='\${prefix}/share/doc/tde/HTML' fi if test -z "$kde_appsdir"; then kde_appsdir='\${prefix}/share/applnk' |