2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 00:12:11 +00:00

Changed invalid '&' signs int the Boost Build documentation sources to the word 'and'.

[SVN r48453]
This commit is contained in:
Jurko Gospodnetić
2008-08-29 15:56:01 +00:00
parent 84c8a57403
commit 276f2fe9bb

View File

@@ -88,7 +88,7 @@ exe a : a-with-include ;
exe b : a-with-include ;
</programlisting>
or if you want the <literal>includes</literal> property not to affect
how any other sources added for the built <code>a</code> &
how any other sources added for the built <code>a</code> and
<code>b</code> executables would be compiled:
<programlisting>
obj a-obj : a.cpp : &lt;include&gt;/usr/local/include ;
@@ -99,7 +99,7 @@ exe b : a-obj ;
<para>
Note that in both of these cases the <literal>include</literal>
property will be applied only for building these object files and not
any other sources that might be added for targets <code>a</code> &
any other sources that might be added for targets <code>a</code> and
<code>b</code>.
</para>
</listitem>
@@ -125,7 +125,7 @@ exe b : a-obj ;
<para>
Note that in both of these cases the <literal>include</literal>
property will be applied only for building these object files and not
any other sources that might be added for targets <code>a</code> &
any other sources that might be added for targets <code>a</code> and
<code>b</code>.
</para>
</listitem>