1if x == x%BOOST_ROOT% goto abort 2 3xsltproc --nonet --xinclude bb2db.xsl safe_numerics.xml | xsltproc --nonet db2html.xsl - 4xcopy /i /q /y *.jpg ..\html 5if not exist ..\html md ..\html 6xcopy /i /q /y %BOOST_ROOT%\doc\src\boostbook.css ..\html 7if not exist ..\html md ..\html\images 8xcopy /i /q /y /s %BOOST_ROOT%\doc\html\images ..\html\images 9exit 10 11:abort 12echo BOOST_ROOT not set 13exit 14