Jamfile.v2 689 B

1234567891011121314151617181920212223242526
  1. # Copyright (c) 2016 Andrey Semashev
  2. #
  3. # Distributed under the Boost Software License,
  4. # Version 1.0. (See accompanying file LICENSE_1_0.txt
  5. # or copy at http://boost.org/LICENSE_1_0.txt)
  6. import doxygen ;
  7. import quickbook ;
  8. xml winapi : winapi.qbk ;
  9. boostbook standalone
  10. :
  11. winapi
  12. :
  13. <xsl:param>boost.root=../../../..
  14. <xsl:param>generate.section.toc.level=1
  15. <xsl:param>toc.max.depth=1
  16. <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/winapi/doc/html
  17. ;
  18. ###############################################################################
  19. alias boostdoc ;
  20. explicit boostdoc ;
  21. alias boostrelease : standalone ;
  22. explicit boostrelease ;