2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Include jam docs as appendix into Boost.Build docs.

[SVN r33629]
This commit is contained in:
Vladimir Prus
2006-04-10 10:28:06 +00:00
parent 742901b437
commit ed9936d296
2 changed files with 8 additions and 0 deletions

View File

@@ -6,8 +6,11 @@ boostbook userman : src/userman.xml
: <xsl:param>toc.section.depth=1
<xsl:param>doc.standalone=true
<xsl:param>nav.layout=none
<implicit-dependency>jam_docs
;
xml jam_docs : ../../../jam/doc/bjam.qbk ;
if ! $(BOOST_ROOT)
{
BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ;

View File

@@ -18,5 +18,10 @@
<!-- Appendicies -->
<xi:include href="architecture.xml"/>
<appendix id="bbv2.jam">
<title>Boost.Jam documentation</title>
<xi:include href="jam_docs.xml" parse="xml"
xpointer="xpointer(id('jam.intro')|id('jam.intro')/following-sibling::*)"/>
</appendix>
</part>