mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 13:42:14 +00:00
Merge from trunk.
[SVN r33631]
This commit is contained in:
@@ -6,8 +6,12 @@ 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
|
||||
<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