safe_numerics/doc/boostbook/makehtml.bat
2013-11-04 11:44:56 -08:00

14 lines
385 B
Batchfile

if x == x%BOOST_ROOT% goto abort
xsltproc --nonet --xinclude bb2db.xsl safe_numerics.xml | xsltproc --nonet db2html.xsl -
xcopy /i /q /y *.jpg ..\html
if not exist ..\html md ..\html
xcopy /i /q /y %BOOST_ROOT%\doc\src\boostbook.css ..\html
if not exist ..\html md ..\html\images
xcopy /i /q /y /s %BOOST_ROOT%\doc\html\images ..\html\images
exit
:abort
echo BOOST_ROOT not set
exit