diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-11 10:49:09 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-11 10:49:09 -0500 |
commit | 9485ffbe6ee7a34abcf18b6f97d519949970f1a5 (patch) | |
tree | 57d086744df8329abfebcc8fead9a10077bed5eb | |
parent | f35b1ab19bb463febd858901ffb5be1e852fc150 (diff) | |
download | kmymoney-9485ffbe6ee7a34abcf18b6f97d519949970f1a5.tar.gz kmymoney-9485ffbe6ee7a34abcf18b6f97d519949970f1a5.zip |
Update HTML install path references.
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | acinclude.m4 | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -57,7 +57,7 @@ from. manual from within the application. If you have such a system, please use the following command syntax: - kde_htmldir=/usr/share/doc/kde/HTML ./configure ---with.... + kde_htmldir=/usr/share/doc/tde/HTML ./configure ---with.... Below, please find a table of values for the above for several distributions: @@ -80,7 +80,7 @@ from. and for Debian/Ubuntu the command is: - kde_htmldir=/usr/share/doc/kde/HTML ./configure + kde_htmldir=/usr/share/doc/tde/HTML ./configure Please tell us the values for other distributions, so we can add them to this list. Send an e-mail to the developers mailing list. diff --git a/acinclude.m4 b/acinclude.m4 index 98acd61..40e3d8b 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' |