Add a new environment variable "RECOLL_ACTIVE_EXTRA_DBS", which helps
choose the active external indexes list.
This commit is contained in:
commit
5bd071c5a6
788 changed files with 332998 additions and 0 deletions
18
website/copydocs
Normal file
18
website/copydocs
Normal file
|
@ -0,0 +1,18 @@
|
|||
#!/bin/sh
|
||||
set -x
|
||||
docdir=/home/dockes/projets/fulltext/recoll/src/doc/user/
|
||||
#docdir=/Users/dockes/projets/fulltext/recoll/src/doc/user/
|
||||
|
||||
#(cd $docdir;make) || exit 1
|
||||
|
||||
test -d usermanual || mkdir usermanual || exit 1
|
||||
cd usermanual
|
||||
|
||||
thisdir=`pwd`
|
||||
(cd $docdir; find . -name '*.html' -print | cpio -vudp $thisdir)
|
||||
cp $docdir/docbook.css .
|
||||
cp $docdir/usermanual.pdf recoll_user_manual.pdf
|
||||
# The freebsd tool chain generates a link to book.html in the index. Too
|
||||
# lazy to check if this can be changed
|
||||
cp usermanual.html book.html
|
||||
#cp usermanual.html index.html
|
Loading…
Add table
Add a link
Reference in a new issue