makehtml.bat 385 B

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