Skip to content

Commit 0cbac86

Browse files
committed
Adjust doc build to avoid boost-root references.
1 parent f5fce8a commit 0cbac86

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/Jamfile.v2

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
import toolset ;
33
toolset.using doxygen ;
44

5-
boostbook program_option
6-
: program_options.xml
7-
: <implicit-dependency>autodoc
5+
boostbook program_option
6+
: program_options.xml
7+
: <implicit-dependency>autodoc
88
<xsl:param>boost.root=../../../..
99
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
1010
;
1111

12-
doxygen autodoc
13-
: [ glob ../../../boost/program_options/*.hpp ] ;
12+
doxygen autodoc
13+
: [ glob ../include/boost/program_options/*.hpp ] ;
1414

1515
###############################################################################
1616
alias boostdoc

0 commit comments

Comments
 (0)