mirror of
https://github.com/boostorg/program_options.git
synced 2026-01-27 19:12:15 +00:00
Added a few more Boostbook based libs that were missed first time around. Fixed PDF naming issues. [SVN r51284]
12 lines
302 B
Plaintext
12 lines
302 B
Plaintext
|
|
import toolset ;
|
|
toolset.using doxygen ;
|
|
|
|
boostbook program_option
|
|
: program_options.xml
|
|
: <implicit-dependency>autodoc
|
|
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
|
|
;
|
|
|
|
doxygen autodoc
|
|
: [ glob ../../../boost/program_options/*.hpp ] ; |