aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-06-28 19:37:05 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-06-28 19:37:05 +0000
commit09fb139a232d29aa17e7b30e9073d444f8ddde7c (patch)
treeb82a7a2c89b62454d114b6e4d17c83c0a4604608 /chapter06
parentfba870f2a5817a9fdf09ea65677d6ea789880dd6 (diff)
Minor rewording and formatting of sed section
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10588 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/sed.xml21
1 files changed, 7 insertions, 14 deletions
diff --git a/chapter06/sed.xml b/chapter06/sed.xml
index a9fc5d869..942ddd1b9 100644
--- a/chapter06/sed.xml
+++ b/chapter06/sed.xml
@@ -50,31 +50,24 @@
<varlistentry>
<term><parameter>--htmldir</parameter></term>
<listitem>
- <para>This sets the directory where the HTML documentation will be
- installed to.</para>
+ <para>This sets the installation directory where for the HTML documentation.</para>
</listitem>
</varlistentry>
</variablelist>
- <para>Compile the package:</para>
+ <para>Compile the package and generate the HTML documentation:</para>
-<screen><userinput remap="make">make</userinput></screen>
-
- <para>Generate the HTML documentation:</para>
-
-<screen><userinput remap="make">make html</userinput></screen>
+<screen><userinput remap="make">make
+make html</userinput></screen>
<para>To test the results, issue:</para>
<screen><userinput remap="test">make check</userinput></screen>
- <para>Install the package:</para>
-
-<screen><userinput remap="install">make install</userinput></screen>
-
- <para>Install the HTML documentation:</para>
+ <para>Install the package and its documentation:</para>
-<screen><userinput remap="install">make -C doc install-html</userinput></screen>
+<screen><userinput remap="install">make install
+make -C doc install-html</userinput></screen>
</sect2>