Jamfile.v2 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. #// Boost.Range library
  2. #//
  3. #// Copyright Thorsten Ottosen 2003-2008. Use, modification and
  4. #// distribution is subject to the Boost Software License, Version
  5. #// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  6. #// http://www.boost.org/LICENSE_1_0.txt)
  7. #//
  8. #// For more information, see http://www.boost.org/libs/range/
  9. #//
  10. project boost/libs/range/doc ;
  11. using boostbook ;
  12. using quickbook ;
  13. path-constant images_location : html ;
  14. boostbook quickbook
  15. :
  16. boost_range.qbk
  17. :
  18. <xsl:param>boost.root=../../../..
  19. <xsl:param>chunk.section.depth=4
  20. <xsl:param>chunk.first.sections=1
  21. <xsl:param>toc.section.depth=3
  22. <xsl:param>toc.max.depth=3
  23. <xsl:param>generate.section.toc.level=4
  24. <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
  25. <format>pdf:<xsl:param>img.src.path=$(images_location)/
  26. ;
  27. ###############################################################################
  28. alias boostdoc ;
  29. explicit boostdoc ;
  30. alias boostrelease : quickbook ;
  31. explicit boostrelease ;