Changeset ef9795f for general


Ignore:
Timestamp:
01/31/2005 03:26:33 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
345857ad
Parents:
0015654c
Message:

Added indexing tags to SLIB

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3369 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/slib.xml

    r0015654c ref9795f  
    1919<?dbhtml filename="slib.html"?>
    2020<title>SLIB-&slib-version;</title>
     21<indexterm zone="slib">
     22<primary sortas="a-SLIB">SLIB</primary></indexterm>
    2123
    2224<sect2>
     
    5557<sect3><title><application>SLIB</application> dependencies</title>
    5658<sect4><title>Required</title>
    57 <para><xref linkend="guile"/></para></sect4>
     59<para><xref linkend="guile"/></para>
     60</sect4>
    5861</sect3>
    5962
     
    6770
    6871<screen><userinput><command>patch -Np1 -i ../slib-&slib-version;-automate_install-1.patch &amp;&amp;
    69 make &amp;&amp;
    70 make prefix=/usr/ install &amp;&amp;
     72make</command></userinput></screen>
     73
     74<para>Now, as the root user:</para>
     75
     76<screen><userinput role='root'><command>make prefix=/usr/ install &amp;&amp;
    7177make prefix=/usr/ catalogs &amp;&amp;
    7278make prefix=/usr/ installinfo</command></userinput></screen>
     
    8995<title>Contents</title>
    9096
    91 <para>The <application>SLIB</application> package contains
    92 <command>slib</command> and the <application>SLIB</application>
    93 <application>Scheme</application> Library System.</para>
     97<segmentedlist>
     98<segtitle>Installed Program</segtitle>
     99<segtitle>Installed Libraries</segtitle>
     100<segtitle>Installed Directory</segtitle>
    94101
    95 </sect2>
     102<seglistitem>
     103<seg>slib</seg>
     104<seg>The <application>SLIB</application> package contains a
     105<application>Scheme</application> library System.</seg>
     106<seg>/usr/share/guile/slib</seg>
     107</seglistitem>
     108</segmentedlist>
    96109
    97 <sect2>
    98 <title>Description</title>
     110<variablelist>
     111<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     112<?dbfo list-presentation="list"?>
    99113
    100 <sect3><title>slib</title>
    101 <para><command>slib</command> is a shell script used to initialize
     114<varlistentry id="slib-prog">
     115<term><command>slib</command></term>
     116<listitem><para>is a shell script used to initialize
    102117<application>SLIB</application> in a named <application>Scheme</application>
    103118implementation. It can also be used to initialize an
    104119<application>SLIB</application> session using a given executable.</para>
    105 </sect3>
     120<indexterm zone="slib slib-prog">
     121<primary sortas="b-slib">slib</primary>
     122</indexterm></listitem>
     123</varlistentry>
     124</variablelist>
    106125
    107126</sect2>
Note: See TracChangeset for help on using the changeset viewer.