mirror of
https://github.com/boostorg/safe_numerics.git
synced 2026-02-15 13:22:18 +00:00
13 lines
403 B
Bash
Executable File
13 lines
403 B
Bash
Executable File
if test x = x$BOOST_ROOT
|
|
then
|
|
echo BOOST_ROOT not set
|
|
exit 1
|
|
fi
|
|
xsltproc --nonet --xinclude bb2db.xsl safe_numerics.xml | xsltproc --nonet db2html.xsl -
|
|
cp pre-boost.jpg ../html
|
|
cp pre-boost.jpg ../html/eliminate_runtime_penalty
|
|
cp pre-boost.jpg ../html/promotion_policies
|
|
cp pre-boost.jpg ../html/tutorial
|
|
cp $BOOST_ROOT/doc/src/boostbook.css ../html
|
|
cp -R $BOOST_ROOT/doc/html/images ../html
|