mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +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">
|
<sect2 role="package">
|
||||||
<title/>
|
<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>
|
and as user friendly as possible.</para>
|
||||||
|
|
||||||
<segmentedlist>
|
<segmentedlist>
|
||||||
@ -36,9 +36,10 @@
|
|||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
|
||||||
<tip revision="sysv">
|
<tip revision="sysv">
|
||||||
<para>This section is not strictly required for LFS if not using
|
<para>This section is not strictly required when LFS does not use
|
||||||
systemd. On the other hand, meson/ninja is a powerful build system,
|
systemd. On the other hand, Meson, along with Ninja, makes
|
||||||
which is expected to be used more and more often. It is required for
|
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
|
several packages in <ulink url="&blfs-book;">the BLFS
|
||||||
book</ulink>.</para>
|
book</ulink>.</para>
|
||||||
</tip>
|
</tip>
|
||||||
@ -56,7 +57,7 @@
|
|||||||
|
|
||||||
<screen><userinput remap="make">pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
|
<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>
|
<para>Install the package:</para>
|
||||||
|
|
||||||
@ -70,7 +71,7 @@ install -vDm644 data/shell-completions/zsh/_meson /usr/share/zsh/site-functions/
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>-w dist</parameter></term>
|
<term><parameter>-w dist</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Put the created wheels into the
|
<para>Puts the created wheels into the
|
||||||
<filename class='directory'>dist</filename> directory.</para>
|
<filename class='directory'>dist</filename> directory.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -78,7 +79,7 @@ install -vDm644 data/shell-completions/zsh/_meson /usr/share/zsh/site-functions/
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>--find-links dist</parameter></term>
|
<term><parameter>--find-links dist</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Install wheels from the
|
<para>Installs wheels from the
|
||||||
<filename class='directory'>dist</filename> directory.</para>
|
<filename class='directory'>dist</filename> directory.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
Reference in New Issue
Block a user