mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Added indexing tags to librep
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3375 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
9824250647
commit
b577f26382
@ -18,6 +18,8 @@
|
||||
</sect1info>
|
||||
<?dbhtml filename="librep.html" ?>
|
||||
<title>librep-&librep-version;</title>
|
||||
<indexterm zone="librep">
|
||||
<primary sortas="a-Librep">Librep</primary></indexterm>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to <application>librep</application></title>
|
||||
@ -41,11 +43,14 @@ url="&librep-download-ftp;"/></para></listitem>
|
||||
|
||||
<sect3><title><application>librep</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para><xref linkend="gdbm"/></para></sect4>
|
||||
<para><xref linkend="gdbm"/></para>
|
||||
</sect4>
|
||||
|
||||
<sect4><title>Optional</title>
|
||||
<para><xref linkend="gmp"/> and
|
||||
<xref linkend="gcc"/> (build Java so that
|
||||
<filename class='libraryfile'>libffi</filename> is built)</para></sect4>
|
||||
<filename class='libraryfile'>libffi</filename> is built)</para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
@ -57,8 +62,11 @@ url="&librep-download-ftp;"/></para></listitem>
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/lib &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
make</command></userinput></screen>
|
||||
|
||||
<para>Now, as the root user:</para>
|
||||
|
||||
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -74,24 +82,40 @@ files to <filename class="directory">/usr/lib/rep</filename> instead of
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The <application>librep</application> package contains
|
||||
<command>rep</command>,
|
||||
<command>rep-config</command>,
|
||||
<command>rep-remote</command>,
|
||||
<command>rep-xgettext</command>,
|
||||
<command>repdoc</command> and
|
||||
<filename class="libraryfile">librep</filename> libraries.</para>
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
</sect2>
|
||||
<seglistitem>
|
||||
<seg>rep, rep-config, rep-remote, rep-xgettext and repdoc</seg>
|
||||
<seg>librep.so and numerous modules installed in the /usr/lib/rep
|
||||
hierarchy</seg>
|
||||
<seg>/usr/lib/rep, /usr/share/emacs/site-lisp and /usr/share/rep</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
|
||||
<sect3><title>rep</title>
|
||||
<para><command>rep</command> is the Lisp interpreter.</para></sect3>
|
||||
<varlistentry id="rep">
|
||||
<term><command>rep</command></term>
|
||||
<listitem><para>is the Lisp interpreter.</para>
|
||||
<indexterm zone="librep rep">
|
||||
<primary sortas="b-rep">rep</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>librep libraries</title>
|
||||
<para><filename class="libraryfile">librep</filename> libraries contain
|
||||
the functions necessary for the Lisp interpreter.</para></sect3>
|
||||
<varlistentry id="librep-lib">
|
||||
<term><filename class='libraryfile'>librep.so</filename></term>
|
||||
<listitem><para> contains the functions necessary for the Lisp
|
||||
interpreter.</para>
|
||||
<indexterm zone="librep librep-lib">
|
||||
<primary sortas="c-librep">librep.so</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
<?dbhtml filename="libgail-gnome.html"?>
|
||||
<title><application>libgail-gnome</application>-&libgail-gnome-version;</title>
|
||||
<indexterm zone="libgail-gnome">
|
||||
<primary sortas="a-libgail-gnome">libgail-gnome</primary></indexterm>
|
||||
<primary sortas="a-Libgail-gnome">Libgail-gnome</primary></indexterm>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to <application>libgail-gnome</application></title>
|
||||
|
@ -20,7 +20,7 @@
|
||||
<?dbhtml filename="libgnomecups.html"?>
|
||||
<title>libgnomecups-&libgnomecups-version;</title>
|
||||
<indexterm zone="libgnomecups">
|
||||
<primary sortas="a-libgnomecups">libgnomecups</primary></indexterm>
|
||||
<primary sortas="a-Libgnomecups">Libgnomecups</primary></indexterm>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to <application>libgnomecups</application></title>
|
||||
|
Loading…
Reference in New Issue
Block a user