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/docbook-xsl.css .
14
cp $docdir/usermanual.pdf recoll_user_manual.pdf
15
cp $docdir/usermanual.pdf recoll_user_manual.pdf
15
# The freebsd tool chain generates a link to book.html in the index. Too
16
# The freebsd tool chain generates a link to book.html in the index. Too
16
# lazy to check if this can be changed
17
# lazy to check if this can be changed
17
cp usermanual.html book.html
18
cp usermanual.html book.html
18
#cp usermanual.html index.html
19
#cp usermanual.html index.html