build.jam 571 B

12345678910111213141516
  1. # Copyright (c) 2016 Rene Rivera
  2. #
  3. # Distributed under the Boost Software License, Version 1.0.
  4. # (See accompanying file LICENSE_1_0.txt or copy at
  5. # http://www.boost.org/LICENSE_1_0.txt)
  6. ###############################################################################
  7. alias boostdoc
  8. : ../xmldoc/date_time.xml
  9. :
  10. : <dependency>../xmldoc//date_time_autodoc <dependency>../xmldoc//gregorian_autodoc
  11. <dependency>../xmldoc//posix_time_autodoc <dependency>../xmldoc//local_time_autodoc
  12. : ;
  13. explicit boostdoc ;
  14. alias boostrelease ;
  15. explicit boostrelease ;