Jamfile.v2 884 B

123456789101112131415161718192021222324252627282930313233343536
  1. # Boost.Numeric/Conversion
  2. #
  3. # Copyright (c) 2004-2007 Fernando Luis Cacciola Carballal
  4. #
  5. # Distributed under the Boost Software License, Version 1.0.
  6. # (See accompanying file LICENSE_1_0.txt or copy at
  7. # http://www.boost.org/LICENSE_1_0.txt)
  8. # Quickbook
  9. # -----------------------------------------------------------------------------
  10. import quickbook ;
  11. path-constant images : html ;
  12. xml conversion
  13. :
  14. conversion.qbk
  15. ;
  16. boostbook standalone
  17. :
  18. conversion
  19. :
  20. <xsl:param>boost.root=../../../../..
  21. <xsl:param>html.stylesheet=boostbook.css
  22. <xsl:param>toc.max.depth=2
  23. <xsl:param>toc.section.depth=2
  24. <xsl:param>chunk.section.depth=1
  25. <format>pdf:<xsl:param>img.src.path=$(images)/
  26. <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/numeric/conversion/doc/html
  27. ;