diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-17 21:55:01 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-17 21:55:01 +0000 |
commit | c6cb3aa2f176d65a5ebe77e7da82e20946188a98 (patch) | |
tree | 3167e42f874b5784307f02acc61a0570f31ccb38 /chapter06/make.xml | |
parent | 01b2724c70a6addd4e2190649c14a79be3a85090 (diff) |
HEAD: Retagged the Contents of ... sections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/make.xml')
-rw-r--r-- | chapter06/make.xml | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/chapter06/make.xml b/chapter06/make.xml index 82ce7671b..537aa74e0 100644 --- a/chapter06/make.xml +++ b/chapter06/make.xml @@ -46,21 +46,25 @@ GCC, Gettext, Glibc, Grep, Sed</seg></seglistitem> </sect2> -<sect2 id="contents-make"><title>Contents of Make</title> - -<para><emphasis>Installed program</emphasis>: make</para> - -</sect2> +<sect2 id="contents-make" role="content"><title>Contents of Make</title> +<segmentedlist> +<segtitle>Installed program</segtitle> +<seglistitem><seg>make</seg></seglistitem> +</segmentedlist> -<sect2><title>Short description</title> +<variablelist><title>Short descriptions</title> +<varlistentry> +<term id="make"><command>make</command></term> +<listitem> <indexterm zone="ch-system-make make"><primary sortas="b-make">make</primary></indexterm> -<para id="make"><command>make</command> automatically determines which pieces of a -large package need to be recompiled, and then issues the relevant commands.</para> +<para>automatically determines which pieces of a large package need to be +recompiled, and then issues the relevant commands.</para> +</listitem> +</varlistentry> +</variablelist> </sect2> - - </sect1> |