Ignore:
Timestamp:
02/01/2005 08:32:18 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:
3b764a4e
Parents:
9824250
Message:

Added indexing tags to librep

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/librep.xml

    r9824250 rb577f26  
    1919<?dbhtml filename="librep.html" ?>
    2020<title>librep-&librep-version;</title>
     21<indexterm zone="librep">
     22<primary sortas="a-Librep">Librep</primary></indexterm>
    2123
    2224<sect2>
     
    4244<sect3><title><application>librep</application> dependencies</title>
    4345<sect4><title>Required</title>
    44 <para><xref linkend="gdbm"/></para></sect4>
     46<para><xref linkend="gdbm"/></para>
     47</sect4>
     48
    4549<sect4><title>Optional</title>
    4650<para><xref linkend="gmp"/> and
    4751<xref linkend="gcc"/> (build Java so that
    48 <filename class='libraryfile'>libffi</filename> is built)</para></sect4>
     52<filename class='libraryfile'>libffi</filename> is built)</para>
     53</sect4>
    4954</sect3>
    5055
     
    5863
    5964<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
    60 make &amp;&amp;
    61 make install</command></userinput></screen>
     65make</command></userinput></screen>
     66
     67<para>Now, as the root user:</para>
     68
     69<screen><userinput role='root'><command>make install</command></userinput></screen>
    6270
    6371</sect2>
     
    7583<title>Contents</title>
    7684
    77 <para>The <application>librep</application> package contains
    78 <command>rep</command>,
    79 <command>rep-config</command>,
    80 <command>rep-remote</command>,
    81 <command>rep-xgettext</command>,
    82 <command>repdoc</command> and
    83 <filename class="libraryfile">librep</filename> libraries.</para>
     85<segmentedlist>
     86<segtitle>Installed Programs</segtitle>
     87<segtitle>Installed Libraries</segtitle>
     88<segtitle>Installed Directories</segtitle>
    8489
    85 </sect2>
     90<seglistitem>
     91<seg>rep, rep-config, rep-remote, rep-xgettext and repdoc</seg>
     92<seg>librep.so and numerous modules installed in the /usr/lib/rep
     93hierarchy</seg>
     94<seg>/usr/lib/rep, /usr/share/emacs/site-lisp and /usr/share/rep</seg>
     95</seglistitem>
     96</segmentedlist>
    8697
    87 <sect2><title>Description</title>
     98<variablelist>
     99<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     100<?dbfo list-presentation="list"?>
    88101
    89 <sect3><title>rep</title>
    90 <para><command>rep</command> is the Lisp interpreter.</para></sect3>
     102<varlistentry id="rep">
     103<term><command>rep</command></term>
     104<listitem><para>is the Lisp interpreter.</para>
     105<indexterm zone="librep rep">
     106<primary sortas="b-rep">rep</primary>
     107</indexterm></listitem>
     108</varlistentry>
    91109
    92 <sect3><title>librep libraries</title>
    93 <para><filename class="libraryfile">librep</filename> libraries contain
    94 the functions necessary for the Lisp interpreter.</para></sect3>
     110<varlistentry id="librep-lib">
     111<term><filename class='libraryfile'>librep.so</filename></term>
     112<listitem><para> contains the functions necessary for the Lisp
     113interpreter.</para>
     114<indexterm zone="librep librep-lib">
     115<primary sortas="c-librep">librep.so</primary>
     116</indexterm></listitem>
     117</varlistentry>
     118</variablelist>
    95119
    96120</sect2>
Note: See TracChangeset for help on using the changeset viewer.