*** empty log message ***

This commit is contained in:
dockes 2006-02-21 12:57:27 +00:00
parent b222354512
commit 20c8f603e1
2 changed files with 13 additions and 8 deletions

View File

@ -90,10 +90,11 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
4.1.3. Installation
Either type make install or execute recollinstall targetdir, in the root
of the source tree. This will copy the commands to $targetdir/bin and the
sample configuration files, scripts and other shared data to
$targetdir/share/recoll.
Either type make install or execute recollinstall prefix, in the root of
the source tree. This will copy the commands to prefix/bin and the sample
configuration files, scripts and other shared data to prefix/share/recoll.
You can then proceed to configuration.
--------------------------------------------------------------------------

View File

@ -357,6 +357,9 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
looked for, including stem expansion, and boolean operators used, by
clicking on the result list header.
File names. All file name elements (the broken up file path) are entered
as terms during indexation, and you can specify them when searching.
Quitting. Entering ^Q almost anywhere will close the application.
Closing previews. Entering ^W in a preview tab will close it (and, for the
@ -487,10 +490,11 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
4.1.3. Installation
Either type make install or execute recollinstall targetdir, in the root
of the source tree. This will copy the commands to $targetdir/bin and the
sample configuration files, scripts and other shared data to
$targetdir/share/recoll.
Either type make install or execute recollinstall prefix, in the root of
the source tree. This will copy the commands to prefix/bin and the sample
configuration files, scripts and other shared data to prefix/share/recoll.
You can then proceed to configuration.
----------------------------------------------------------------------