|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r77665 - trunk/tools/build/v2/doc/src
From: steven_at_[hidden]
Date: 2012-03-31 10:22:35
Author: steven_watanabe
Date: 2012-03-31 10:22:34 EDT (Sat, 31 Mar 2012)
New Revision: 77665
URL: http://svn.boost.org/trac/boost/changeset/77665
Log:
Use real m-dashes instead of --
Text files modified:
trunk/tools/build/v2/doc/src/reference.xml | 2 +-
trunk/tools/build/v2/doc/src/tasks.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/tools/build/v2/doc/src/reference.xml
==============================================================================
--- trunk/tools/build/v2/doc/src/reference.xml (original)
+++ trunk/tools/build/v2/doc/src/reference.xml 2012-03-31 10:22:34 EDT (Sat, 31 Mar 2012)
@@ -411,7 +411,7 @@
feature, except that it takes effect only for linking. When you want
to link all targets in a Jamfile to certain library, the
<code><library></code> feature is preferred over
- <code><source>X</code> -- the latter will add the library to
+ <code><source>X</code>—the latter will add the library to
all targets, even those that have nothing to do with libraries.
</simpara>
</listitem>
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 2012-03-31 10:22:34 EDT (Sat, 31 Mar 2012)
@@ -28,7 +28,7 @@
: <threading>multi
;
</programlisting>
- This will create an executable file from the sources -- in this case, one
+ This will create an executable file from the sources—in this case, one
C++ file, one library file present in the same directory, and another
library that is created by Boost.Build. Generally, sources can include C
and C++ files, object files and libraries. Boost.Build will automatically
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