Switch to unified view

a/website/copydocs b/website/copydocs
1
#!/bin/sh
1
#!/bin/sh
2
set -x 
2
set -x 
3
#docdir=/home/dockes/projets/fulltext/recoll/src/doc/user/
3
docdir=/home/dockes/projets/fulltext/recoll/src/doc/user/
4
docdir=/Users/dockes/projets/fulltext/recoll/src/doc/user/
4
#docdir=/Users/dockes/projets/fulltext/recoll/src/doc/user/
5
5
6
#(cd $docdir;make) || exit 1
6
#(cd $docdir;make) || exit 1
7
7
8
test -d usermanual || mkdir usermanual || exit 1
8
test -d usermanual || mkdir usermanual || exit 1
9
cd usermanual
9
cd usermanual
...
...
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
# The freebsd tool chain generates a link to book.html in the index. Too
14
# The freebsd tool chain generates a link to book.html in the index. Too
15
# lazy to check if this can be changed
15
# lazy to check if this can be changed
16
cp usermanual.html book.html
16
cp usermanual.html book.html
17
cp usermanual.html index.html
17
#cp usermanual.html index.html