mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Improve English idiom. Use the indicative mood.
This commit is contained in:
parent
02912947e8
commit
75d64be391
@ -23,7 +23,7 @@
|
||||
<sect2 role="package">
|
||||
<title/>
|
||||
|
||||
<para>Meson is an open source build system meant to be both extremely fast
|
||||
<para>Meson is an open source build system designed to be both extremely fast
|
||||
and as user friendly as possible.</para>
|
||||
|
||||
<segmentedlist>
|
||||
@ -36,9 +36,10 @@
|
||||
</segmentedlist>
|
||||
|
||||
<tip revision="sysv">
|
||||
<para>This section is not strictly required for LFS if not using
|
||||
systemd. On the other hand, meson/ninja is a powerful build system,
|
||||
which is expected to be used more and more often. It is required for
|
||||
<para>This section is not strictly required when LFS does not use
|
||||
systemd. On the other hand, Meson, along with Ninja, makes
|
||||
a powerful build system combination,
|
||||
which will probably be used more and more often. It is required for
|
||||
several packages in <ulink url="&blfs-book;">the BLFS
|
||||
book</ulink>.</para>
|
||||
</tip>
|
||||
@ -56,7 +57,7 @@
|
||||
|
||||
<screen><userinput remap="make">pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
|
||||
|
||||
<para>The test suite requires some packages out of the scope of LFS.</para>
|
||||
<para>The test suite requires some packages outside the scope of LFS.</para>
|
||||
|
||||
<para>Install the package:</para>
|
||||
|
||||
@ -70,7 +71,7 @@ install -vDm644 data/shell-completions/zsh/_meson /usr/share/zsh/site-functions/
|
||||
<varlistentry>
|
||||
<term><parameter>-w dist</parameter></term>
|
||||
<listitem>
|
||||
<para>Put the created wheels into the
|
||||
<para>Puts the created wheels into the
|
||||
<filename class='directory'>dist</filename> directory.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -78,7 +79,7 @@ install -vDm644 data/shell-completions/zsh/_meson /usr/share/zsh/site-functions/
|
||||
<varlistentry>
|
||||
<term><parameter>--find-links dist</parameter></term>
|
||||
<listitem>
|
||||
<para>Install wheels from the
|
||||
<para>Installs wheels from the
|
||||
<filename class='directory'>dist</filename> directory.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Loading…
Reference in New Issue
Block a user