mirror of
https://github.com/boostorg/boost.git
synced 2025-04-11 15:42:58 +00:00
Fix build paths.
Reapplied, but not including regression testing.
This commit is contained in:
parent
bbe825472b
commit
8b91c7d295
6 changed files with 8 additions and 8 deletions
doc
more/getting_started
|
@ -65,7 +65,7 @@ boostbook doc
|
|||
<dependency>../libs/date_time/xmldoc//gregorian_autodoc.xml
|
||||
<dependency>../libs/date_time/xmldoc//posix_time_autodoc.xml
|
||||
<dependency>../libs/date_time/xmldoc//local_time_autodoc.xml
|
||||
<dependency>../tools/build/v2/doc//jam_docs
|
||||
<dependency>../tools/build/doc//jam_docs
|
||||
<dependency>../tools/quickbook/doc//boost-doc-tools
|
||||
<dependency>../tools/quickbook/doc//quickbook
|
||||
<dependency>../libs/interprocess/doc//standalone/<format>docbook
|
||||
|
@ -101,7 +101,7 @@ boostbook doc
|
|||
<implicit-dependency>../libs/ratio/doc//ratio
|
||||
<implicit-dependency>../libs/typeof/doc//typeof
|
||||
<implicit-dependency>../libs/xpressive/doc//xpressive
|
||||
<implicit-dependency>../tools/build/v2/doc//jam_docs
|
||||
<implicit-dependency>../tools/build/doc//jam_docs
|
||||
<implicit-dependency>../tools/quickbook/doc//boost-doc-tools
|
||||
<implicit-dependency>../tools/quickbook/doc//quickbook
|
||||
<implicit-dependency>../libs/mpi/doc//mpi
|
||||
|
|
|
@ -93,7 +93,7 @@ install pdf-install
|
|||
../../libs/xpressive/doc//standalone
|
||||
|
||||
../../tools/boostbook/doc//boostbook
|
||||
../../tools/build/v2/doc//jam_docs
|
||||
../../tools/build/doc//jam_docs
|
||||
../../tools/quickbook/doc//standalone
|
||||
../../tools/bcp/doc//standalone
|
||||
:
|
||||
|
@ -135,7 +135,7 @@ install phoenix-install
|
|||
|
||||
install boost-build-install
|
||||
:
|
||||
../../tools/build/v2/doc//userman
|
||||
../../tools/build/doc//userman
|
||||
:
|
||||
<location>.
|
||||
<install-type>PDF
|
||||
|
|
|
@ -749,7 +749,7 @@
|
|||
<xi:include href="../../tools/boostbook/doc/boostbook.xml"/>
|
||||
<xi:include href="quickbook.xml"/>
|
||||
<xi:include href="jam_docs.xml"/>
|
||||
<xi:include href="../../tools/build/v2/doc/src/userman.xml"/>
|
||||
<xi:include href="../../tools/build/doc/src/userman.xml"/>
|
||||
</part>
|
||||
</boostbook>
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ mailing list`_.
|
|||
|
||||
-- the Boost Developers
|
||||
|
||||
.. _Boost.Build reference manual: ../../tools/build/v2/index.html
|
||||
.. _Boost.Build reference manual: ../../tools/build/index.html
|
||||
.. _Boost Users' mailing list: http://www.boost.org/more/mailing_lists.htm#users
|
||||
.. _Boost.Build mailing list: http://www.boost.org/more/mailing_lists.htm#jamboost
|
||||
|
||||
|
|
|
@ -712,7 +712,7 @@ If you can't find what you need, or there's anything we can do to
|
|||
make this document clearer, please post it to the <a class="reference external" href="http://www.boost.org/more/mailing_lists.htm#users">Boost Users'
|
||||
mailing list</a>.</p>
|
||||
<ul class="simple">
|
||||
<li><a class="reference external" href="../../tools/build/v2/index.html">Boost.Build reference manual</a></li>
|
||||
<li><a class="reference external" href="../../tools/build/index.html">Boost.Build reference manual</a></li>
|
||||
<li><a class="reference external" href="http://www.boost.org/more/mailing_lists.htm#users">Boost Users' mailing list</a></li>
|
||||
<li><a class="reference external" href="http://www.boost.org/more/mailing_lists.htm#jamboost">Boost.Build mailing list</a></li>
|
||||
<li><a class="reference external" href="../../libs/index.html">Index of all Boost library documentation</a></li>
|
||||
|
|
|
@ -782,7 +782,7 @@ If you can't find what you need, or there's anything we can do to
|
|||
make this document clearer, please post it to the <a class="reference external" href="http://www.boost.org/more/mailing_lists.htm#users">Boost Users'
|
||||
mailing list</a>.</p>
|
||||
<ul class="simple">
|
||||
<li><a class="reference external" href="../../tools/build/v2/index.html">Boost.Build reference manual</a></li>
|
||||
<li><a class="reference external" href="../../tools/build/index.html">Boost.Build reference manual</a></li>
|
||||
<li><a class="reference external" href="http://www.boost.org/more/mailing_lists.htm#users">Boost Users' mailing list</a></li>
|
||||
<li><a class="reference external" href="http://www.boost.org/more/mailing_lists.htm#jamboost">Boost.Build mailing list</a></li>
|
||||
<li><a class="reference external" href="../../libs/index.html">Index of all Boost library documentation</a></li>
|
||||
|
|
Loading…
Add table
Reference in a new issue