mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 12:22:17 +00:00
Minor stylistic changes made to the Boost Build task.xml documentation.
[SVN r48321]
This commit is contained in:
@@ -315,13 +315,13 @@ install dist : hello
|
||||
<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
|
||||
|
||||
Reference in New Issue
Block a user