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/