Ignore:
Timestamp:
02/05/2006 01:17:43 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
403a610
Parents:
4ae4324
Message:

Indenting chapter 6, part 7

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7351 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/libtool.xml

    r4ae4324 rbdea25ce  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
     3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    34  <!ENTITY % general-entities SYSTEM "../general.ent">
    45  %general-entities;
    56]>
     7
    68<sect1 id="ch-system-libtool" role="wrap">
    7 <title>Libtool-&libtool-version;</title>
    8 <?dbhtml filename="libtool.html"?>
     9  <?dbhtml filename="libtool.html"?>
    910
    10 <indexterm zone="ch-system-libtool"><primary sortas="a-Libtool">Libtool</primary></indexterm>
     11  <title>Libtool-&libtool-version;</title>
    1112
    12 <sect2 role="package"><title/>
    13 <para>The Libtool package contains the GNU generic library support script.
    14 It wraps the complexity of using shared libraries in a consistent, portable
    15 interface.</para>
     13  <indexterm zone="ch-system-libtool">
     14    <primary sortas="a-Libtool">Libtool</primary>
     15  </indexterm>
    1616
    17 <segmentedlist>
    18 <segtitle>&buildtime;</segtitle>
    19 <segtitle>&diskspace;</segtitle>
    20 <seglistitem><seg>1.8 SBU</seg><seg>19.0 MB</seg></seglistitem>
    21 </segmentedlist>
     17  <sect2 role="package">
     18    <title/>
    2219
    23 <segmentedlist>
    24 <segtitle>&dependencies;</segtitle>
    25 <seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
    26 GCC, Glibc, Grep, Make, and Sed</seg></seglistitem>
    27 </segmentedlist>
    28 </sect2>
     20    <para>The Libtool package contains the GNU generic library support script.
     21    It wraps the complexity of using shared libraries in a consistent, portable
     22    interface.</para>
    2923
    30 <sect2 role="installation">
    31 <title>Installation of Libtool</title>
     24    <segmentedlist>
     25      <segtitle>&buildtime;</segtitle>
     26      <segtitle>&diskspace;</segtitle>
    3227
    33 <para>Prepare Libtool for compilation:</para>
     28      <seglistitem>
     29        <seg>1.8 SBU</seg>
     30        <seg>19.0 MB</seg>
     31      </seglistitem>
     32    </segmentedlist>
     33
     34    <segmentedlist>
     35      <segtitle>&dependencies;</segtitle>
     36
     37      <seglistitem>
     38        <seg>Bash, Binutils, Coreutils, Diffutils,
     39        GCC, Glibc, Grep, Make, and Sed</seg>
     40      </seglistitem>
     41    </segmentedlist>
     42
     43  </sect2>
     44
     45  <sect2 role="installation">
     46    <title>Installation of Libtool</title>
     47
     48    <para>Prepare Libtool for compilation:</para>
    3449
    3550<screen><userinput>./configure --prefix=/usr</userinput></screen>
    3651
    37 <para>Compile the package:</para>
     52    <para>Compile the package:</para>
    3853
    3954<screen><userinput>make</userinput></screen>
    4055
    41 <para>To test the results, issue:
    42 <userinput>make check</userinput>.</para>
     56    <para>To test the results, issue:
     57    <userinput>make check</userinput>.</para>
    4358
    44 <para>Install the package:</para>
     59    <para>Install the package:</para>
    4560
    4661<screen><userinput>make install</userinput></screen>
    4762
    48 </sect2>
     63  </sect2>
    4964
    5065
    51 <sect2 id="contents-libtool" role="content"><title>Contents of Libtool</title>
     66  <sect2 id="contents-libtool" role="content">
     67    <title>Contents of Libtool</title>
    5268
    53 <segmentedlist>
    54 <segtitle>Installed programs</segtitle>
    55 <segtitle>Installed libraries</segtitle>
    56 <seglistitem><seg>libtool and libtoolize</seg><seg>libltdl.[a,so]</seg></seglistitem>
    57 </segmentedlist>
     69    <segmentedlist>
     70      <segtitle>Installed programs</segtitle>
     71      <segtitle>Installed libraries</segtitle>
    5872
    59 <variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
    60 <?dbfo list-presentation="list"?>
    61 <?dbhtml list-presentation="table"?>
     73      <seglistitem>
     74        <seg>libtool and libtoolize</seg>
     75        <seg>libltdl.[a,so]</seg>
     76      </seglistitem>
     77    </segmentedlist>
    6278
    63 <varlistentry id="libtool">
    64 <term><command>libtool</command></term>
    65 <listitem>
    66 <para>Provides generalized library-building support services</para>
    67 <indexterm zone="ch-system-libtool libtool"><primary sortas="b-libtool">libtool</primary></indexterm>
    68 </listitem>
    69 </varlistentry>
     79    <variablelist>
     80      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     81      <?dbfo list-presentation="list"?>
     82      <?dbhtml list-presentation="table"?>
    7083
    71 <varlistentry id="libtoolize">
    72 <term><command>libtoolize</command></term>
    73 <listitem>
    74 <para>Provides a standard way to add <command>libtool</command> support to a package</para>
    75 <indexterm zone="ch-system-libtool libtoolize"><primary sortas="b-libtoolize">libtoolize</primary></indexterm>
    76 </listitem>
    77 </varlistentry>
     84      <varlistentry id="libtool">
     85        <term><command>libtool</command></term>
     86        <listitem>
     87          <para>Provides generalized library-building support services</para>
     88          <indexterm zone="ch-system-libtool libtool">
     89            <primary sortas="b-libtool">libtool</primary>
     90          </indexterm>
     91        </listitem>
     92      </varlistentry>
    7893
    79 <varlistentry id="libltdl">
    80 <term><filename class="libraryfile">libltdl</filename></term>
    81 <listitem>
    82 <para>Hides the various difficulties of dlopening libraries</para>
    83 <indexterm zone="ch-system-libtool libltdl"><primary sortas="c-libltdl">libltdl</primary></indexterm>
    84 </listitem>
    85 </varlistentry>
    86 </variablelist>
     94      <varlistentry id="libtoolize">
     95        <term><command>libtoolize</command></term>
     96        <listitem>
     97          <para>Provides a standard way to add <command>libtool</command>
     98          support to a package</para>
     99          <indexterm zone="ch-system-libtool libtoolize">
     100            <primary sortas="b-libtoolize">libtoolize</primary>
     101          </indexterm>
     102        </listitem>
     103      </varlistentry>
    87104
    88 </sect2>
     105      <varlistentry id="libltdl">
     106        <term><filename class="libraryfile">libltdl</filename></term>
     107        <listitem>
     108          <para>Hides the various difficulties of dlopening libraries</para>
     109          <indexterm zone="ch-system-libtool libltdl">
     110            <primary sortas="c-libltdl">libltdl</primary>
     111          </indexterm>
     112        </listitem>
     113      </varlistentry>
     114
     115    </variablelist>
     116
     117  </sect2>
    89118
    90119</sect1>
    91 
Note: See TracChangeset for help on using the changeset viewer.