Jamfile 535 B

12345678910111213141516171819
  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 forward : forward.qbk ;
  7. boostbook standalone : forward
  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. ;