aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/libtool.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-17 21:55:01 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-17 21:55:01 +0000
commitc6cb3aa2f176d65a5ebe77e7da82e20946188a98 (patch)
tree3167e42f874b5784307f02acc61a0570f31ccb38 /chapter06/libtool.xml
parent01b2724c70a6addd4e2190649c14a79be3a85090 (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/libtool.xml')
-rw-r--r--chapter06/libtool.xml42
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>