Jamfile.v2 805 B

12345678910111213141516171819202122232425
  1. # Copyright 2005-2008 Daniel James.
  2. # Distributed under the Boost Software License, Version 1.0. (See accompanying
  3. # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  4. using boostbook ;
  5. using quickbook ;
  6. xml hash : hash.qbk ;
  7. boostbook standalone : hash :
  8. <xsl:param>boost.root=../../../..
  9. <xsl:param>chunk.first.sections=1
  10. <xsl:param>chunk.section.depth=2
  11. <xsl:param>generate.section.toc.level=2
  12. <xsl:param>toc.section.depth=1
  13. <xsl:param>toc.max.depth=1
  14. <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/container_hash/doc/html
  15. ;
  16. ###############################################################################
  17. alias boostdoc : hash ;
  18. explicit boostdoc ;
  19. alias boostrelease ;
  20. explicit boostrelease ;