Jamfile 722 B

123456789101112131415161718192021222324252627
  1. # (C) Copyright Tobias Schwinger
  2. #
  3. # Use modification and distribution are subject to the boost Software License,
  4. # Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).
  5. using quickbook ;
  6. xml function_types : function_types.qbk ;
  7. boostbook standalone
  8. :
  9. function_types
  10. :
  11. <xsl:param>boost.root=../../../..
  12. <xsl:param>chunk.first.sections=1
  13. <xsl:param>chunk.section.depth=2
  14. <xsl:param>generate.section.toc.level=2
  15. <xsl:param>toc.section.depth=1
  16. <xsl:param>toc.max.depth=1
  17. ;
  18. ###############################################################################
  19. alias boostdoc ;
  20. explicit boostdoc ;
  21. alias boostrelease : standalone ;
  22. explicit boostrelease ;