/Src/Dependencies/Boost/libs/iterator/doc/Jamfile.v2

http://hadesmem.googlecode.com/ · text · 23 lines · 18 code · 5 blank · 0 comment · 0 complexity · f4f7c7252c7f716a6b8117c9900cd4b5 MD5 · raw file

  1. # Copyright Thomas Witt 2005. Use, modification, and distribution are
  2. # subject to the Boost Software License, Version 1.0. (See accompanying
  3. # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  4. using quickbook ;
  5. xml iterator
  6. :
  7. quickbook/iterator.qbk
  8. ;
  9. boostbook standalone
  10. :
  11. iterator
  12. :
  13. <xsl:param>boost.root=../../../..
  14. <xsl:param>toc.max.depth=3
  15. <xsl:param>toc.section.depth=3
  16. <xsl:param>chunk.section.depth=4
  17. <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/iterator/doc
  18. ;