mirror of
https://github.com/boostorg/safe_numerics.git
synced 2026-02-22 03:32:24 +00:00
10 lines
274 B
Bash
Executable File
10 lines
274 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 $BOOST_ROOT/doc/src/boostbook.css ../html
|
|
cp -R $BOOST_ROOT/doc/html/images ../html
|