|
a/website/copydocs |
|
b/website/copydocs |
|
... |
|
... |
7 |
|
7 |
|
8 |
test -d usermanual || mkdir usermanual || exit 1
|
8 |
test -d usermanual || mkdir usermanual || exit 1
|
9 |
cd usermanual
|
9 |
cd usermanual
|
10 |
|
10 |
|
11 |
thisdir=`pwd`
|
11 |
thisdir=`pwd`
|
12 |
(cd $docdir; find . -name '*.html' -print | cpio -vp $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
|