diff options
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> |