summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-11 11:47:36 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-11 11:47:36 -0500
commitc475079dc522ad31c0147cdfcb9c7a1046b7b15d (patch)
treec736ceec14409c74d6dc3d53a1959ba4b489e3fe
parent97bee914206800ce3c1175f26ef667830caf0e34 (diff)
downloadkvpnc-c475079d.tar.gz
kvpnc-c475079d.zip
Update HTML install path references.
-rw-r--r--acinclude.m42
-rwxr-xr-xdoc/debian_compile.txt2
-rwxr-xr-xdoc/debian_compile_debug.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 3139ef2..1c5bf58 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'
diff --git a/doc/debian_compile.txt b/doc/debian_compile.txt
index 5786717..b36d37d 100755
--- a/doc/debian_compile.txt
+++ b/doc/debian_compile.txt
@@ -6,7 +6,7 @@ export mandir=/usr/share/man
export qtdir=/usr/share/qt3
export kde_cgidir=/usr/lib/cgi-bin
export kde_confdir=/etc/kde3
-export kde_htmldir=/usr/share/doc/kde/HTML
+export kde_htmldir=/usr/share/doc/tde/HTML
./configure --disable-debug --disable-rpath --prefix=$kde_prefix --sysconfdir=$sysconfdir --includedir=$kde_includedir --infodir=$infodir --mandir=$mandir --with-qt-dir=$qtdir --enable-pipe
diff --git a/doc/debian_compile_debug.txt b/doc/debian_compile_debug.txt
index 61d585b..bf97953 100755
--- a/doc/debian_compile_debug.txt
+++ b/doc/debian_compile_debug.txt
@@ -6,7 +6,7 @@ export mandir=/usr/share/man
export qtdir=/usr/share/qt3
export kde_cgidir=/usr/lib/cgi-bin
export kde_confdir=/etc/kde3
-export kde_htmldir=/usr/share/doc/kde/HTML
+export kde_htmldir=/usr/share/doc/tde/HTML
./configure --enable-debug=full --disable-rpath --prefix=$kde_prefix --sysconfdir=$sysconfdir --includedir=$kde_includedir --infodir=$infodir --mandir=$mandir --with-qt-dir=$qtdir