mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Fix typos. Thanks to Larry Evans for report.
[SVN r21305]
This commit is contained in:
@@ -92,9 +92,9 @@
|
||||
this type. So, if Boost.Build sees "code.verbatim" in the list of
|
||||
sources, it knows that it's of type <tt>VERBATIM</tt>.</p>
|
||||
|
||||
<p>Lastly, you need to tool to convert verbatim files to C++. Say you've
|
||||
stetched such a tool in Python. Then, you have to inform Boost.Build
|
||||
about the tool. The Boost.Build concept which represent tool is
|
||||
<p>Lastly, you need a tool to convert verbatim files to C++. Say you've
|
||||
sketched such a tool in Python. Then, you have to inform Boost.Build
|
||||
about the tool. The Boost.Build concept which represents a tool is
|
||||
<em>generator</em>.</p>
|
||||
|
||||
<p>First, you say that generator 'inline-file' is able to convert
|
||||
|
||||
Reference in New Issue
Block a user