Jamfile 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. #==============================================================================
  2. # Copyright (c) 2001-2011 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/repository/doc ;
  10. import boostbook ;
  11. import quickbook ;
  12. path-constant images_location : html ;
  13. boostbook spirit2_repository
  14. :
  15. spirit2_repository.qbk
  16. :
  17. <xsl:param>boost.root=../../../../..
  18. <xsl:param>chunk.section.depth=4
  19. <xsl:param>chunk.first.sections=1
  20. <xsl:param>toc.section.depth=3
  21. <xsl:param>toc.max.depth=3
  22. <xsl:param>generate.section.toc.level=4
  23. <format>html:<xsl:param>admon.graphics.path=images/
  24. <include>.
  25. <format>pdf:<xsl:param>img.src.path=$(images_location)/
  26. <format>pdf:<xsl:param>draft.mode="no"
  27. <format>pdf:<xsl:param>"boost.url.prefix=http://www.boost.org/doc/libs/release/libs/spirit/repository/doc/html"
  28. ;