Jamfile.v2 476 B

12345678910111213141516171819
  1. #~ Copyright Marshall Clow 2013
  2. #~ Distributed under the Boost Software License, Version 1.0.
  3. #~ (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  4. using boostbook ;
  5. boostbook standalone
  6. : array.xml
  7. : <xsl:param>boost.root=../../../.. ;
  8. ###############################################################################
  9. alias boostdoc
  10. : array.xml
  11. :
  12. :
  13. : ;
  14. explicit boostdoc ;
  15. alias boostrelease ;
  16. explicit boostrelease ;