diff options
Diffstat (limited to 'doc/user/less-simple.in')
-rw-r--r-- | doc/user/less-simple.in | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/user/less-simple.in b/doc/user/less-simple.in index 23b585c..f7bd7d5 100644 --- a/doc/user/less-simple.in +++ b/doc/user/less-simple.in @@ -231,8 +231,12 @@ <para> - The SCons man page has more details on using &Glob; with Variant - directories and Repositories, and returning strings rather than Nodes. + The SCons man page has more details on using &Glob; + with variant directories + (see <xref linkend="chap-variants"></xref>, below) + and repositories + (see <xref linkend="chap-repositories"></xref>, below), + and returning strings rather than Nodes. </para> @@ -578,7 +582,7 @@ &SCons; recognizes that the object files for the &common1_c; and &common2_c; source files - each only need to be built once, + each need to be built only once, even though the resulting object files are each linked in to both of the resulting executable programs: |