Jamfile.v2 1022 B

123456789101112131415161718192021222324252627282930313233343536
  1. # Tribool library
  2. # Copyright (C) 2002-2003 Douglas Gregor
  3. # Use, modification and distribution is subject to the Boost Software License,
  4. # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  5. # http://www.boost.org/LICENSE_1_0.txt)
  6. # For more information, see http://www.boost.org/
  7. project boost-sandbox/utility/doc ;
  8. import boostbook ;
  9. import doxygen ;
  10. doxygen reference : [ glob ../../../boost/logic/tribool.hpp ]
  11. [ glob ../../../boost/logic/tribool_fwd.hpp ]
  12. [ glob ../../../boost/logic/tribool_io.hpp ]
  13. ;
  14. boostbook tribool
  15. :
  16. tribool.boostbook
  17. :
  18. <xsl:param>boost.root=../../../..
  19. <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
  20. <dependency>reference
  21. ;
  22. ###############################################################################
  23. alias boostdoc
  24. : tribool/<format>docbook
  25. :
  26. :
  27. : ;
  28. explicit boostdoc ;
  29. alias boostrelease ;
  30. explicit boostrelease ;