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