diff options
author | Alex Thiessen <alex.thiessen.de+github@gmail.com> | 2024-11-15 13:13:59 (GMT) |
---|---|---|
committer | Alex Thiessen <alex.thiessen.de+github@gmail.com> | 2024-11-15 15:07:52 (GMT) |
commit | 2cba4ceb8948f32f20de5b6ccf76cca63d280aa4 (patch) | |
tree | 818f2c1e0218edc97a62d9fdcd6b23c1d7fefa12 | |
parent | e7848aa95663a4d89fe71fab90a8105a0c9d9fe0 (diff) | |
download | SCons-2cba4ceb8948f32f20de5b6ccf76cca63d280aa4.zip SCons-2cba4ceb8948f32f20de5b6ccf76cca63d280aa4.tar.gz SCons-2cba4ceb8948f32f20de5b6ccf76cca63d280aa4.tar.bz2 |
*.xml: Fix joined words
-rw-r--r-- | SCons/Tool/ninja/ninja.xml | 2 | ||||
-rw-r--r-- | SCons/Tool/xgettext.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/SCons/Tool/ninja/ninja.xml b/SCons/Tool/ninja/ninja.xml index 65945d3..c833d44 100644 --- a/SCons/Tool/ninja/ninja.xml +++ b/SCons/Tool/ninja/ninja.xml @@ -339,7 +339,7 @@ python -m pip install ninja <cvar name="NINJA_FORCE_SCONS_BUILD"> <summary> <para> - If true, causes the build nodes to callback to scons instead of using + If true, causes the build nodes to call back to scons instead of using &ninja; to build them. This is intended to be passed to the environment on the builder invocation. It is useful if you have a build node which does something which is not easily translated into &ninja;. </para> diff --git a/SCons/Tool/xgettext.xml b/SCons/Tool/xgettext.xml index fb9c6a3..940e24a 100644 --- a/SCons/Tool/xgettext.xml +++ b/SCons/Tool/xgettext.xml @@ -311,7 +311,7 @@ See also &t-link-xgettext; tool and &b-link-POTUpdate; builder. <summary> <para> This flag is used to add single search path to -<command>xgettext(1)</command>'s commandline (default: +<command>xgettext(1)</command>'s command line (default: <literal>'-D'</literal>). </para> </summary> @@ -329,7 +329,7 @@ This flag is used to add single search path to <summary> <para> This flag is used to add single &cv-link-XGETTEXTFROM; file to -<command>xgettext(1)</command>'s commandline (default: +<command>xgettext(1)</command>'s command line (default: <literal>'-f'</literal>). </para> </summary> |