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:
@@ -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 ] ;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user