Jamfile.v2 752 B

123456789101112131415161718192021222324252627
  1. # Copyright Thomas Witt 2005. Use, modification, and distribution are
  2. # subject to 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 quickbook ;
  5. xml iterator
  6. :
  7. quickbook/iterator.qbk
  8. ;
  9. boostbook standalone
  10. :
  11. iterator
  12. :
  13. <xsl:param>boost.root=../../../..
  14. <xsl:param>toc.max.depth=3
  15. <xsl:param>toc.section.depth=3
  16. <xsl:param>chunk.section.depth=2
  17. <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/iterator/doc
  18. ;
  19. ###############################################################################
  20. alias boostdoc ;
  21. explicit boostdoc ;
  22. alias boostrelease : standalone ;
  23. explicit boostrelease ;