Added indexing tags to SLIB

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3369 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-01-31 15:26:33 +00:00
parent 0015654c2b
commit ef9795f8f2

View File

@ -18,6 +18,8 @@
</sect1info>
<?dbhtml filename="slib.html"?>
<title>SLIB-&slib-version;</title>
<indexterm zone="slib">
<primary sortas="a-SLIB">SLIB</primary></indexterm>
<sect2>
<title>Introduction to <application>SLIB</application></title>
@ -54,7 +56,8 @@ url="&patch-root;/slib-&slib-version;-automate_install-1.patch"/></para>
<sect3><title><application>SLIB</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="guile"/></para></sect4>
<para><xref linkend="guile"/></para>
</sect4>
</sect3>
</sect2>
@ -66,8 +69,11 @@ url="&patch-root;/slib-&slib-version;-automate_install-1.patch"/></para>
commands:</para>
<screen><userinput><command>patch -Np1 -i ../slib-&slib-version;-automate_install-1.patch &amp;&amp;
make &amp;&amp;
make prefix=/usr/ install &amp;&amp;
make</command></userinput></screen>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>make prefix=/usr/ install &amp;&amp;
make prefix=/usr/ catalogs &amp;&amp;
make prefix=/usr/ installinfo</command></userinput></screen>
@ -88,21 +94,34 @@ the <command>info</command> documentation.</para>
<sect2>
<title>Contents</title>
<para>The <application>SLIB</application> package contains
<command>slib</command> and the <application>SLIB</application>
<application>Scheme</application> Library System.</para>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
</sect2>
<seglistitem>
<seg>slib</seg>
<seg>The <application>SLIB</application> package contains a
<application>Scheme</application> library System.</seg>
<seg>/usr/share/guile/slib</seg>
</seglistitem>
</segmentedlist>
<sect2>
<title>Description</title>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<sect3><title>slib</title>
<para><command>slib</command> is a shell script used to initialize
<varlistentry id="slib-prog">
<term><command>slib</command></term>
<listitem><para>is a shell script used to initialize
<application>SLIB</application> in a named <application>Scheme</application>
implementation. It can also be used to initialize an
<application>SLIB</application> session using a given executable.</para>
</sect3>
<indexterm zone="slib slib-prog">
<primary sortas="b-slib">slib</primary>
</indexterm></listitem>
</varlistentry>
</variablelist>
</sect2>