Jamfile.v2 705 B

1234567891011121314151617181920212223242526272829
  1. # Copyright Peder Holt 2005. Use, modification, and distribution are
  2. # subject to the Boost Software License, Version 1.0. (See accompanying
  3. # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  4. using quickbook ;
  5. xml typeof : typeof.qbk ;
  6. boostbook standalone
  7. :
  8. typeof
  9. :
  10. <xsl:param>boost.root=../../../..
  11. <xsl:param>nav.layout=none
  12. <xsl:param>navig.graphics=0
  13. ;
  14. install html : ../../../doc/src/boostbook.css ;
  15. install ../ : ../../../boost.png ;
  16. ###############################################################################
  17. alias boostdoc
  18. : typeof
  19. :
  20. :
  21. : ;
  22. explicit boostdoc ;
  23. alias boostrelease ;
  24. explicit boostrelease ;