Minor tweaks in the Boost Build faq.xml documentation.
[SVN r48355]
This commit is contained in:
parent
ba6fef8dfe
commit
47b89ec242
@ -235,7 +235,7 @@ lib a : a.cpp : <use>b ;
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The same approach works for searched libraries, too:
|
||||
The same approach works for searched libraries as well:
|
||||
<programlisting>
|
||||
lib z ;
|
||||
lib png : : <use>z ;
|
||||
@ -246,7 +246,7 @@ exe viewer : viewer png z ;
|
||||
|
||||
<section id="bbv2.faq.external">
|
||||
<title>
|
||||
Can I get capture external program output in a Boost.Jam variable?
|
||||
Can I get capture external program output using a Boost.Jam variable?
|
||||
</title>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user