safe_numerics/doc/boostbook/accu/makehtml.sh
2017-02-03 14:24:05 -08:00

11 lines
288 B
Bash
Executable File

if test x = x$BOOST_ROOT
then
echo BOOST_ROOT not set
fi
mkdir html
xsltproc --xinclude --nonet bb2db.xsl accu.xml > accudocbook4.xml
xsltproc --nonet db2html.xsl accudocbook4.xml
cp accu_logo.png html
cp $BOOST_ROOT/doc/src/boostbook.css html
cp -R $BOOST_ROOT/doc/html/images html