Jamfile.v2 859 B

1234567891011121314151617181920212223242526272829303132
  1. # Boost.Geometry Index
  2. #
  3. # Copyright (c) 2011-2012 Adam Wulkiewicz.
  4. #
  5. # Use, modification and distribution is subject to the Boost Software License,
  6. # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  7. # http://www.boost.org/LICENSE_1_0.txt)
  8. project geometry_index/doc ;
  9. import boostbook ;
  10. import quickbook ;
  11. boostbook geometry_index-doc
  12. :
  13. index.qbk
  14. :
  15. <dependency>Jamfile.v2
  16. <dependency>generated/rtree.qbk
  17. <format>html
  18. <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
  19. <xsl:param>chunk.section.depth=2
  20. <xsl:param>chunk.first.sections=1
  21. <xsl:param>toc.section.depth=3
  22. <xsl:param>toc.max.depth=2
  23. <xsl:param>generate.section.toc.level=2
  24. <xsl:param>boost.root=http://www.boost.org/doc/libs/release
  25. <quickbook-define>enable_index
  26. <include>$(here)
  27. ;