mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
Minor rewording and formatting of sed section
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10588 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
fba870f2a5
commit
09fb139a23
@ -50,31 +50,24 @@
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>--htmldir</parameter></term>
|
<term><parameter>--htmldir</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>This sets the directory where the HTML documentation will be
|
<para>This sets the installation directory where for the HTML documentation.</para>
|
||||||
installed to.</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package and generate the HTML documentation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="make">make</userinput></screen>
|
<screen><userinput remap="make">make
|
||||||
|
make html</userinput></screen>
|
||||||
<para>Generate the HTML documentation:</para>
|
|
||||||
|
|
||||||
<screen><userinput remap="make">make html</userinput></screen>
|
|
||||||
|
|
||||||
<para>To test the results, issue:</para>
|
<para>To test the results, issue:</para>
|
||||||
|
|
||||||
<screen><userinput remap="test">make check</userinput></screen>
|
<screen><userinput remap="test">make check</userinput></screen>
|
||||||
|
|
||||||
<para>Install the package:</para>
|
<para>Install the package and its documentation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="install">make install</userinput></screen>
|
<screen><userinput remap="install">make install
|
||||||
|
make -C doc install-html</userinput></screen>
|
||||||
<para>Install the HTML documentation:</para>
|
|
||||||
|
|
||||||
<screen><userinput remap="install">make -C doc install-html</userinput></screen>
|
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user