Jamfile.v2 571 B

12345678910111213141516171819
  1. # Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
  2. # Distributed under the Boost Software License, Version 1.0.
  3. # (See accompanying file LICENSE_1_0.txt or copy at
  4. # http://www.boost.org/LICENSE_1_0.txt)
  5. project multi_array/doc ;
  6. import boostbook : boostbook ;
  7. path-constant here : . ;
  8. boostbook multi_array-doc
  9. :
  10. bbref.xml
  11. :
  12. <xsl:param>boost.root=../../../../..
  13. <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
  14. <format>pdf:<xsl:param>img.src.path=$(here)/../
  15. ;