Jamfile.v2 682 B

12345678910111213141516171819202122232425
  1. # Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
  2. # Distributed under the Boost Software License, Version 1.0.
  3. # (See accompanying file LICENSE_1_0.txt or copy at
  4. # http://www.boost.org/LICENSE_1_0.txt)
  5. project function/doc ;
  6. import boostbook : boostbook ;
  7. boostbook function-doc
  8. :
  9. function.xml
  10. :
  11. <xsl:param>boost.root=../../../..
  12. <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
  13. ;
  14. ###############################################################################
  15. alias boostdoc
  16. : function.xml
  17. :
  18. :
  19. : ;
  20. explicit boostdoc ;
  21. alias boostrelease ;
  22. explicit boostrelease ;