Jamfile 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. #==============================================================================
  2. # Copyright (c) 2001-2015 Joel de Guzman
  3. # Copyright (c) 2001-2011 Hartmut Kaiser
  4. #
  5. # Use, modification and distribution is subject to the Boost Software
  6. # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  7. # http://www.boost.org/LICENSE_1_0.txt)
  8. #==============================================================================
  9. project spirit_x3/doc ;
  10. import boostbook ;
  11. import quickbook ;
  12. import modules ;
  13. path-constant here : . ;
  14. path-constant images_location : html ;
  15. boostbook spirit_x3
  16. :
  17. spirit_x3.qbk
  18. :
  19. <xsl:param>boost.root=../../../../..
  20. <xsl:param>chunk.section.depth=4
  21. <xsl:param>chunk.first.sections=1
  22. <xsl:param>toc.section.depth=3
  23. <xsl:param>toc.max.depth=3
  24. <xsl:param>generate.section.toc.level=4
  25. <format>html:<xsl:param>admon.graphics.path=images/
  26. <include>.
  27. <format>pdf:<xsl:param>img.src.path=$(images_location)/
  28. <format>pdf:<xsl:param>draft.mode="no"
  29. <format>pdf:<xsl:param>"boost.url.prefix=http://www.boost.org/doc/libs/release/libs/spirit/doc/html"
  30. ;