mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
fix boost/doc build breakage
[SVN r33684]
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
|
||||
import quickbook
|
||||
;
|
||||
|
||||
project tools/build/v2/doc
|
||||
;
|
||||
|
||||
boostbook userman : src/userman.xml
|
||||
boostbook userman : src/standalone.xml
|
||||
: <xsl:param>toc.section.depth=1
|
||||
<xsl:param>doc.standalone=true
|
||||
<xsl:param>nav.layout=none
|
||||
|
||||
27
doc/src/standalone.xml
Normal file
27
doc/src/standalone.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE part PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
|
||||
"http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
|
||||
<part xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
id="bbv2" last-revision="$Date$" status="draft">
|
||||
|
||||
<title>Boost.Build v2 User Manual</title>
|
||||
|
||||
<!-- Chapters -->
|
||||
<xi:include href="howto.xml"/>
|
||||
<xi:include href="install.xml"/>
|
||||
<xi:include href="tutorial.xml"/>
|
||||
<xi:include href="advanced.xml"/>
|
||||
<xi:include href="extending.xml"/>
|
||||
<xi:include href="reference.xml"/>
|
||||
<xi:include href="faq.xml"/>
|
||||
|
||||
<!-- 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>
|
||||
@@ -18,10 +18,5 @@
|
||||
|
||||
<!-- 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