diff options
author | Darrell Anderson <[email protected]> | 2012-04-11 11:47:36 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-11 11:47:36 -0500 |
commit | c475079dc522ad31c0147cdfcb9c7a1046b7b15d (patch) | |
tree | c736ceec14409c74d6dc3d53a1959ba4b489e3fe /doc | |
parent | 97bee914206800ce3c1175f26ef667830caf0e34 (diff) | |
download | kvpnc-c475079dc522ad31c0147cdfcb9c7a1046b7b15d.tar.gz kvpnc-c475079dc522ad31c0147cdfcb9c7a1046b7b15d.zip |
Update HTML install path references.
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/debian_compile.txt | 2 | ||||
-rwxr-xr-x | doc/debian_compile_debug.txt | 2 |
2 files changed, 2 insertions, 2 deletions
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 |