diff options
Diffstat (limited to 'chapter06/libtool.xml')
-rw-r--r-- | chapter06/libtool.xml | 42 |
1 files changed, 26 insertions, 16 deletions
diff --git a/chapter06/libtool.xml b/chapter06/libtool.xml index 5c212f9e2..ea5fe64c4 100644 --- a/chapter06/libtool.xml +++ b/chapter06/libtool.xml @@ -48,31 +48,41 @@ GCC, Glibc, Grep, Make, Sed</seg></seglistitem> </sect2> -<sect2 id="contents-libtool"><title>Contents of Libtool</title> - -<para><emphasis>Installed programs</emphasis>: libtool and libtoolize</para> - -<para><emphasis>Installed libraries</emphasis>: libltdl.[a,so].</para> - -</sect2> +<sect2 id="contents-libtool" role="content"><title>Contents of Libtool</title> +<segmentedlist> +<segtitle>Installed programs</segtitle> +<segtitle>Installed libraries</segtitle> +<seglistitem><seg>libtool and libtoolize</seg><seg>libltdl.[a,so]</seg></seglistitem> +</segmentedlist> -<sect2><title>Short descriptions</title> +<variablelist><title>Short descriptions</title> +<varlistentry> +<term id="libtool"><command>libtool</command></term> +<listitem> <indexterm zone="ch-system-libtool libtool"><primary sortas="b-libtool">libtool</primary></indexterm> -<para id="libtool"><command>libtool</command> provides generalized library-building -support services.</para> +<para>provides generalized library-building support services.</para> +</listitem> +</varlistentry> +<varlistentry> +<term id="libtoolize"><command>libtoolize</command></term> +<listitem> <indexterm zone="ch-system-libtool libtoolize"><primary sortas="b-libtoolize">libtoolize</primary></indexterm> -<para id="libtoolize"><command>libtoolize</command> provides a standard way to add -libtool support to a package.</para> +<para>provides a standard way to add libtool support to a package.</para> +</listitem> +</varlistentry> +<varlistentry> +<term id="libltdl"><command>libltdl</command></term> +<listitem> <indexterm zone="ch-system-libtool libltdl"><primary sortas="c-libltdl">libltdl</primary></indexterm> -<para id="libltdl"><command>libltdl</command> hides the various difficulties of -dlopening libraries.</para> +<para>hides the various difficulties of dlopening libraries.</para> +</listitem> +</varlistentry> +</variablelist> </sect2> - - </sect1> |