Jamfile.v2 277 B

123456789
  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. ;
粤ICP备19079148号