Jamfile.v2 514 B

123456789101112131415161718192021
  1. # Copyright Antony Polukhin 2013-2019.
  2. #
  3. # Use, modification, and distribution are
  4. # subject to the Boost Software License, Version 1.0. (See accompanying
  5. # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  6. using boostbook ;
  7. boostbook standalone
  8. : any.xml
  9. : <xsl:param>boost.root=../../../.. ;
  10. ###############################################################################
  11. alias boostdoc
  12. : any.xml
  13. :
  14. :
  15. : ;
  16. explicit boostdoc ;
  17. alias boostrelease ;
  18. explicit boostrelease ;