Jamfile.v2 450 B

1234567891011121314
  1. project boost/doc ;
  2. import boostbook : boostbook ;
  3. # The <dependency> below allows Boost.Build to see Doxygen
  4. # main target, which is necessary to correctly build
  5. # documentation
  6. boostbook doc : src/boost.xml
  7. :
  8. <dependency>../libs/program_options/doc//autodoc.xml
  9. <dependency>../libs/algorithm/string/doc//autodoc.xml
  10. <dependency>../libs/logic/doc//reference.xml
  11. <xsl:param>boost.libraries=../../libs/libraries.htm
  12. ;
粤ICP备19079148号