Jamfile 536 B

1234567891011121314151617181920
  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 factory : factory.qbk ;
  7. boostbook standalone : factory
  8. :
  9. <xsl:param>boost.root=../../../../..
  10. <xsl:param>boost.libraries=../../../../libraries.htm
  11. <xsl:param>chunk.section.depth=0
  12. <xsl:param>chunk.first.sections=0
  13. <xsl:param>generate.section.toc.level=2
  14. <xsl:param>toc.max.depth=1
  15. ;