From 67385c734820dc64d5e3add33037adf67698cdfe Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Sat, 31 Mar 2012 14:22:34 +0000 Subject: [PATCH] Use real m-dashes instead of -- [SVN r77665] --- v2/doc/src/reference.xml | 2 +- v2/doc/src/tasks.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/doc/src/reference.xml b/v2/doc/src/reference.xml index 81409329f..859894f43 100644 --- a/v2/doc/src/reference.xml +++ b/v2/doc/src/reference.xml @@ -411,7 +411,7 @@ path-constant DATA : data/a.txt ; feature, except that it takes effect only for linking. When you want to link all targets in a Jamfile to certain library, the <library> feature is preferred over - <source>X -- the latter will add the library to + <source>X—the latter will add the library to all targets, even those that have nothing to do with libraries. diff --git a/v2/doc/src/tasks.xml b/v2/doc/src/tasks.xml index b3c9e3cb5..fb163bf2e 100644 --- a/v2/doc/src/tasks.xml +++ b/v2/doc/src/tasks.xml @@ -28,7 +28,7 @@ exe hello : hello.cpp some_library.lib /some_project//library : <threading>multi ; - 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