diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml
index f45b503a..830624cb 100644
--- a/src/doc/user/usermanual.sgml
+++ b/src/doc/user/usermanual.sgml
@@ -2712,7 +2712,7 @@ while query.next >= 0 and query.next < nres:
I would
very much welcome patches.
- Depending on the qt
+ Depending on the Qt 3
configuration on your system, you may have to set the
QTDIR and QMAKESPECS
variables in your environment:
@@ -2733,8 +2733,13 @@ while query.next >= 0 and query.next < nres:
On many Linux systems, QTDIR is set
by the login scripts, and QMAKESPECS is not
needed because there is a default link in
- mkspecs/. Neither should be needed with
- Qt 4.
+ mkspecs/.
+
+ Neither QTDIR nor
+ QMAKESPECS should be needed with
+ Qt 4, configuration details are entirely determined by
+ qmake (which is quite often installed as
+ qmake-qt4).Configure options:
@@ -2773,6 +2778,10 @@ while query.next >= 0 and query.next < nres:
interface, and auxiliary uses of X11, and compile the command
line version.
+ Of course the usual
+ autoconfconfigure
+ options, like --prefix apply.
+
@@ -2807,11 +2816,15 @@ while query.next >= 0 and query.next < nres:
data to
prefix/share/recoll.
If the installation prefix given to
- recollinstall is different from what was
- specified when executing configure, you
+ recollinstall is different from either the
+ system default or the value which was
+ specified when executing configure (as in
+ configure --prefix /some/path), you
will have to set the RECOLL_DATADIR
environment variable to indicate where the shared data is to
- be found.
+ be found (ie for (ba)sh:
+ export RECOLL_DATADIR=/some/path/share/recoll).
+
You can then proceed to configuration.
@@ -2898,13 +2911,15 @@ while query.next >= 0 and query.next < nres:
- Section definitions allow redefining some parameters for
- a directory sub-tree. They stay in effect until another
- section definition, or the end of file, is encountered. Some
- of the parameters used for indexing are looked up
- hierarchically from the current directory location
- upwards. Not all parameters can be meaningfully redefined,
- this is specified for each in the next section.
+ Depending on the type of configuration file, section
+ definitions either separate groups of parameters or allow
+ redefining some parameters for a directory sub-tree. They stay
+ in effect until another section definition, or the end of
+ file, is encountered. Some of the parameters used for indexing
+ are looked up hierarchically from the current directory
+ location upwards. Not all parameters can be meaningfully
+ redefined, this is specified for each in the next
+ section. When found at the beginning of a file path, the tilde
character (~) is expanded to the name of the user's home