Jamfile.v2 727 B

1234567891011121314151617181920212223242526272829
  1. # Boost.Variant Library doc Jamfile
  2. #
  3. # Copyright (C) 2003, Eric Friedman, Itay Maman.
  4. #
  5. # Use, modification and distribution is subject to the Boost Software License,
  6. # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  7. # http://www.boost.org/LICENSE_1_0.txt)
  8. #
  9. project variant/doc ;
  10. import boostbook : boostbook ;
  11. boostbook variant-doc
  12. :
  13. variant.xml
  14. :
  15. <xsl:param>boost.root=../../../..
  16. <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
  17. ;
  18. ###############################################################################
  19. alias boostdoc
  20. : variant.xml
  21. :
  22. :
  23. : ;
  24. explicit boostdoc ;
  25. alias boostrelease ;
  26. explicit boostrelease ;