From a4243b36083b4dd7d9d39848fc76a8f5dd6fb0c9 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Tue, 8 Apr 2014 08:58:29 +0200 Subject: [PATCH] fix command line version documentation --- src/doc/user/usermanual.sgml | 2 ++ src/recollinstall.in | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml index 284c0e0b..ea08b381 100644 --- a/src/doc/user/usermanual.sgml +++ b/src/doc/user/usermanual.sgml @@ -2636,6 +2636,8 @@ Common options: -m : dump the whole document meta[] array for each result -A : output the document abstracts -S fld : sort by field <fld> + -s stemlang : set stemming language to use (must exist in index...) + Use -s "" to turn off stem expansion -D : sort descending -i <dbdir> : additional index, several can be given -e use url encoding (%xx) for urls diff --git a/src/recollinstall.in b/src/recollinstall.in index c25c4808..fd0dd577 100755 --- a/src/recollinstall.in +++ b/src/recollinstall.in @@ -106,7 +106,8 @@ else fi @NOQTMAKE@${INSTALL} -m 0444 doc/man/recoll.1 ${mandir}/man1/ -@NOCMDLINE@${INSTALL} -m 0444 doc/man/recollq.1 ${mandir}/man1/ +# Install the recollq man page in all cases, it's useful for recoll -t +${INSTALL} -m 0444 doc/man/recollq.1 ${mandir}/man1/ ${INSTALL} -m 0444 doc/man/recollindex.1 ${mandir}/man1/ ${INSTALL} -m 0444 doc/man/recoll.conf.5 ${mandir}/man5/