Switch to unified view

a/website/copydocs b/website/copydocs
...
...
9
cd usermanual
9
cd usermanual
10
10
11
thisdir=`pwd`
11
thisdir=`pwd`
12
(cd $docdir; find . -name '*.html' -print | cpio -vudp $thisdir)
12
(cd $docdir; find . -name '*.html' -print | cpio -vudp $thisdir)
13
cp $docdir/docbook.css .
13
cp $docdir/docbook.css .
14
cp $docdir/usermanual.pdf recoll_user_manual.pdf
14
# The freebsd tool chain generates a link to book.html in the index. Too
15
# The freebsd tool chain generates a link to book.html in the index. Too
15
# lazy to check if this can be changed
16
# lazy to check if this can be changed
16
cp usermanual.html book.html
17
cp usermanual.html book.html
17
#cp usermanual.html index.html
18
#cp usermanual.html index.html