Jamfile.v2 433 B

1234567891011121314151617181920
  1. # Copyright John Maddock 2005. Distributed under the
  2. # Boost Software License, Version 1.0. (See accompanying file
  3. # LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  4. using quickbook ;
  5. xml using : using.qbk ;
  6. boostbook standalone
  7. :
  8. using
  9. :
  10. <xsl:param>nav.layout=none
  11. #<xsl:param>navig.graphics=0
  12. ;
  13. install html : ../../doc/html/boostbook.css ;
  14. install ../ : ../../boost.png ;
粤ICP备19079148号