|
Boost-Commit : |
From: jurko.gospodnetic_at_[hidden]
Date: 2008-08-23 15:25:23
Author: jurko
Date: 2008-08-23 15:25:23 EDT (Sat, 23 Aug 2008)
New Revision: 48321
URL: http://svn.boost.org/trac/boost/changeset/48321
Log:
Minor stylistic changes made to the Boost Build task.xml documentation.
Text files modified:
trunk/tools/build/v2/doc/src/tasks.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
Modified: trunk/tools/build/v2/doc/src/tasks.xml
==============================================================================
--- trunk/tools/build/v2/doc/src/tasks.xml (original)
+++ trunk/tools/build/v2/doc/src/tasks.xml 2008-08-23 15:25:23 EDT (Sat, 23 Aug 2008)
@@ -315,13 +315,13 @@
<indexterm><primary>install-source-root</primary></indexterm>
<para>
- By default, the <code>install</code> rules will strip paths from its
+ By default, the <code>install</code> rule will strip paths from its
sources. So, if sources include <filename>a/b/c.hpp</filename>, the
<filename>a/b</filename> part will be ignored. To make the
<code>install</code> rule preserve the directory hierarchy you need to
- use the <code>install-source-root</code> feature to specify the root of
- the hierarchy you are installing. Relative paths from that root will be
- preserved. For example, if you write:
+ use the <literal><install-source-root></literal> feature to specify
+ the root of the hierarchy you are installing. Relative paths from that
+ root will be preserved. For example, if you write:
<programlisting>
install headers
: a/b/c.h
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk