mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 21:17:38 +00:00
gawk: Move the creation of awk.1 after the explanation of the previous command
This commit is contained in:
parent
7c306241b6
commit
30e0a7b28f
@ -61,12 +61,6 @@ su tester -c "PATH=$PATH make check"</userinput></screen>
|
||||
|
||||
<screen><userinput remap="install">make LN='ln -f' install</userinput></screen>
|
||||
|
||||
<para>The installation process already created <command>awk</command>
|
||||
as a symlink to <command>gawk</command>, create its man page as a
|
||||
symlink as well:</para>
|
||||
|
||||
<screen><userinput remap="install">ln -sv gawk.1 /usr/share/man/man1/awk.1</userinput></screen>
|
||||
|
||||
<variablelist>
|
||||
<title>The meaning of the overridden make variable:</title>
|
||||
|
||||
@ -79,6 +73,12 @@ su tester -c "PATH=$PATH make check"</userinput></screen>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
<para>The installation process already created <command>awk</command>
|
||||
as a symlink to <command>gawk</command>, create its man page as a
|
||||
symlink as well:</para>
|
||||
|
||||
<screen><userinput remap="install">ln -sv gawk.1 /usr/share/man/man1/awk.1</userinput></screen>
|
||||
|
||||
<para>If desired, install the documentation:</para>
|
||||
|
||||
<screen><userinput remap="install">mkdir -pv /usr/share/doc/gawk-&gawk-version;
|
||||
|
Loading…
Reference in New Issue
Block a user