2
0
mirror of https://github.com/boostorg/convert.git synced 2026-01-19 04:02:18 +00:00
Files
convert/doc/generate-html.sh
2020-09-13 15:37:34 +10:00

18 lines
225 B
Bash
Executable File

# boost-no-inspect
if [[ -d "$BOOST_ROOT" ]]
then
echo Using BOOST_ROOT=$BOOST_ROOT
else
export BOOST_ROOT=$HOME/dev/boost
fi
$BOOST_ROOT/b2 --toolset=gcc --enable-index
rm -rf convert_reference.xml
rm -rf bin