Jamfile.v2 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # (C) Copyright 2008-11 Anthony Williams
  2. # (C) Copyright 2011-12 Vicente J. Botet Escriba
  3. #
  4. # Distributed under the Boost Software License, Version 1.0. (See accompanying
  5. # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  6. path-constant boost-images : ../../../doc/src/images ;
  7. xml thread : thread.qbk ;
  8. boostbook standalone
  9. :
  10. thread
  11. :
  12. # HTML options first:
  13. # Use graphics not text for navigation:
  14. <xsl:param>navig.graphics=1
  15. # How far down we chunk nested sections, basically all of them:
  16. <xsl:param>chunk.section.depth=2
  17. # Don't put the first section on the same page as the TOC:
  18. <xsl:param>chunk.first.sections=1
  19. # How far down sections get TOC's
  20. <xsl:param>toc.section.depth=4
  21. # Max depth in each TOC:
  22. <xsl:param>toc.max.depth=2
  23. # How far down we go with TOC's
  24. <xsl:param>generate.section.toc.level=10
  25. # Path for links to Boost:
  26. <xsl:param>boost.root=../../../..
  27. ;
  28. ###############################################################################
  29. alias boostdoc
  30. : thread
  31. :
  32. :
  33. : ;
  34. explicit boostdoc ;
  35. alias boostrelease ;
  36. explicit boostrelease ;