Jamfile.v2 649 B

123456789101112131415161718192021222324
  1. # Copyright Eric Niebler 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 foreach : foreach.qbk ;
  6. boostbook standalone
  7. :
  8. foreach
  9. :
  10. <xsl:param>boost.root=../../../..
  11. <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
  12. ;
  13. ###############################################################################
  14. alias boostdoc
  15. : foreach
  16. :
  17. :
  18. : ;
  19. explicit boostdoc ;
  20. alias boostrelease ;
  21. explicit boostrelease ;