Switch to unified view

a/src/README b/src/README
...
...
355
355
356
   Query explanation. You can get an exact description of what the query
356
   Query explanation. You can get an exact description of what the query
357
   looked for, including stem expansion, and boolean operators used, by
357
   looked for, including stem expansion, and boolean operators used, by
358
   clicking on the result list header.
358
   clicking on the result list header.
359
359
360
   File names. All file name elements (the broken up file path) are entered
361
   as terms during indexation, and you can specify them when searching.
362
360
   Quitting. Entering ^Q almost anywhere will close the application.
363
   Quitting. Entering ^Q almost anywhere will close the application.
361
364
362
   Closing previews. Entering ^W in a preview tab will close it (and, for the
365
   Closing previews. Entering ^W in a preview tab will close it (and, for the
363
   last tab, close the preview window).
366
   last tab, close the preview window).
364
367
...
...
485
488
486
     ----------------------------------------------------------------------
489
     ----------------------------------------------------------------------
487
490
488
  4.1.3. Installation
491
  4.1.3. Installation
489
492
490
   Either type make install or execute recollinstall targetdir, in the root
493
   Either type make install or execute recollinstall prefix, in the root of
491
   of the source tree. This will copy the commands to $targetdir/bin and the
494
   the source tree. This will copy the commands to prefix/bin and the sample
492
   sample configuration files, scripts and other shared data to
495
   configuration files, scripts and other shared data to prefix/share/recoll.
493
   $targetdir/share/recoll.
496
497
   You can then proceed to configuration.
494
498
495
     ----------------------------------------------------------------------
499
     ----------------------------------------------------------------------
496
500
497
4.2. Installing a prebuilt copy
501
4.2. Installing a prebuilt copy
498
502