diff options
author | Alex Thiessen <alex.thiessen.de+github@gmail.com> | 2024-11-15 12:54:27 (GMT) |
---|---|---|
committer | Alex Thiessen <alex.thiessen.de+github@gmail.com> | 2024-11-15 15:07:51 (GMT) |
commit | 9934570fda75537dc392b7b4fc2367606be2759b (patch) | |
tree | 259723b53fd1c01f4caf5e8e85b1c8dd3d14d6ce /SCons | |
parent | a277b0c959ab178ca660924ddce96e6b2a9dbf93 (diff) | |
download | SCons-9934570fda75537dc392b7b4fc2367606be2759b.zip SCons-9934570fda75537dc392b7b4fc2367606be2759b.tar.gz SCons-9934570fda75537dc392b7b4fc2367606be2759b.tar.bz2 |
*.xml: Fix hyphens
One of the implemented rules is:
> A compound adjective usually gets a hyphen when it comes before a
> noun.
Diffstat (limited to 'SCons')
-rw-r--r-- | SCons/Defaults.xml | 4 | ||||
-rw-r--r-- | SCons/Environment.xml | 2 | ||||
-rw-r--r-- | SCons/Tool/Tool.xml | 2 | ||||
-rw-r--r-- | SCons/Tool/f03.xml | 2 | ||||
-rw-r--r-- | SCons/Tool/fortran.xml | 2 | ||||
-rw-r--r-- | SCons/Tool/msvs.xml | 2 | ||||
-rw-r--r-- | SCons/Tool/swig.xml | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/SCons/Defaults.xml b/SCons/Defaults.xml index f621528..ce24b3b 100644 --- a/SCons/Defaults.xml +++ b/SCons/Defaults.xml @@ -276,7 +276,7 @@ directory names in &cv-CPPPATH; will be looked-up relative to the directory of the SConscript file when they are used in a command. To force &scons; -to look-up a directory relative to the root of the source tree, use +to look up a directory relative to the root of the source tree, use the <literal>#</literal> prefix: </para> @@ -654,7 +654,7 @@ as dependencies of the target being generated. </para> <para> -The library list will be transformed to command line +The library list will be transformed to command-line arguments through the automatically-generated &cv-link-_LIBFLAGS; &consvar; which is constructed by diff --git a/SCons/Environment.xml b/SCons/Environment.xml index be32fa5..9054c2e 100644 --- a/SCons/Environment.xml +++ b/SCons/Environment.xml @@ -580,7 +580,7 @@ Normally, when two strings are combined, the result is a new string containing their concatenation (and you are responsible for supplying any needed separation); however, the contents of &cv-link-CPPDEFINES; -will be postprocessed by adding a prefix and/or suffix +will be post-processed by adding a prefix and/or suffix to each entry when the command line is produced, so &SCons; keeps them separate - appending a string will result in a separate string entry, diff --git a/SCons/Tool/Tool.xml b/SCons/Tool/Tool.xml index ba8b9af..fcd33fe 100644 --- a/SCons/Tool/Tool.xml +++ b/SCons/Tool/Tool.xml @@ -567,7 +567,7 @@ When this &consvar; is defined, a versioned shared library is created by the &b-link-SharedLibrary; builder. This activates the &cv-link-_SHLIBVERSIONFLAGS; and thus modifies the &cv-link-SHLINKCOM; as required, adds the version number to the library name, and creates the symlinks -that are needed. &cv-link-SHLIBVERSION; versions should exist as alpha-numeric, +that are needed. &cv-link-SHLIBVERSION; versions should exist as alphanumeric, decimal-delimited values as defined by the regular expression "\w+[\.\w+]*". Example &cv-link-SHLIBVERSION; values include '1', '1.2.3', and '1.2.gitaa412c8b'. </para> diff --git a/SCons/Tool/f03.xml b/SCons/Tool/f03.xml index e18439c..eaa115d 100644 --- a/SCons/Tool/f03.xml +++ b/SCons/Tool/f03.xml @@ -154,7 +154,7 @@ and the directories will not be searched by the dependency scanner. Note: directory names in &cv-link-F03PATH; will be looked-up relative to the SConscript directory when they are used in a command. To force &scons; -to look-up a directory relative to the root of the source tree, use #: +to look up a directory relative to the root of the source tree, use #: You only need to set &cv-link-F03PATH; if you need to define a specific include path for Fortran 03 files. You should normally set the &cv-link-FORTRANPATH; variable, diff --git a/SCons/Tool/fortran.xml b/SCons/Tool/fortran.xml index 799e1d6..d9a84a5 100644 --- a/SCons/Tool/fortran.xml +++ b/SCons/Tool/fortran.xml @@ -239,7 +239,7 @@ non-portable and the directories will not be searched by the dependency scanner. Note: directory names in FORTRANPATH will be looked-up relative to the SConscript directory when they are used in a command. To force &scons; -to look-up a directory relative to the root of the source tree, use #: +to look up a directory relative to the root of the source tree, use #: </para> <example_commands> diff --git a/SCons/Tool/msvs.xml b/SCons/Tool/msvs.xml index bf9cd52..8ccd8d7 100644 --- a/SCons/Tool/msvs.xml +++ b/SCons/Tool/msvs.xml @@ -279,7 +279,7 @@ This file is processed by the bin/SConsDoc.py module. "build" from the Visual Studio interface) you lose the direct control of target selection and command-line options you would have if launching the build directly from &SCons;, - because these will be hardcoded in the project file to the + because these will be hard-coded in the project file to the values specified in the &b-MSVSProject; call. You can regain some of this control by defining multiple variants, using multiple &b-MSVSProject; calls to arrange different build diff --git a/SCons/Tool/swig.xml b/SCons/Tool/swig.xml index 2d35504..ea5fabf 100644 --- a/SCons/Tool/swig.xml +++ b/SCons/Tool/swig.xml @@ -208,7 +208,7 @@ will be looked-up relative to the SConscript directory when they are used in a command. To force &scons; -to look-up a directory relative to the root of the source tree use +to look up a directory relative to the root of the source tree, use a top-relative path (<literal>#</literal>): </para> |