Jamfile.v2 328 B

12345678910
  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. : <dependency>../libs/program_options/doc//autodoc.xml
  8. <dependency>../libs/logic/doc//reference.xml
  9. ;
粤ICP备19079148号