Added indexing tags to Firefox instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3485 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-02-18 05:57:02 +00:00
parent b77ebfad8b
commit e3c939cc2e
2 changed files with 35 additions and 12 deletions

View File

@ -1,4 +1,4 @@
<!ENTITY day "17">
<!ENTITY day "18">
<!ENTITY month "02">
<!ENTITY year "2005">
<!ENTITY version "svn-&year;&month;&day;">

View File

@ -19,6 +19,8 @@
</sect1info>
<?dbhtml filename="firefox.html" ?>
<title>Firefox-&firefox-version;</title>
<indexterm zone="firefox">
<primary sortas="a-Firefox">Firefox</primary></indexterm>
<sect2>
<title>Introduction to <application>Firefox</application></title>
@ -104,8 +106,11 @@ export MOZ_PHOENIX="1" &amp;&amp;
--disable-ldap \
--disable-composer \
--disable-profilesharing &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
make</command></userinput></screen>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>make install &amp;&amp;
install -d /usr/include/firefox-&firefox-version;/nss &amp;&amp;
cp -Lf dist/private/nss/*.h dist/public/nss/*.h \
/usr/include/firefox-&firefox-version;/nss</command></userinput></screen>
@ -114,7 +119,8 @@ cp -Lf dist/private/nss/*.h dist/public/nss/*.h \
<command>configure</command> script if you have
<application>libjpeg</application> installed.</para>
<para>To enable multi-user operation, execute the following:</para>
<para>To enable multi-user operation, execute the following as the root
user:</para>
<screen><userinput><command>cd /usr/lib/firefox-&firefox-version; &amp;&amp;
export LD_LIBRARY_PATH="$PWD" &amp;&amp;
@ -133,17 +139,34 @@ hierarchy.</para></note>
<sect2>
<title>Contents</title>
<para>The <application>Firefox</application> package contains
<command>firefox</command> and numerous browser components, plugins and
extensions.</para>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
</sect2>
<seglistitem>
<seg>firefox</seg>
<seg>Numerous libraries, browser components, plugins, extensions and helper
modules installed in
<filename class='directory'>/usr/lib/firefox-&firefox-version;</filename></seg>
<seg>/usr/include/firefox-&firefox-version;,
/usr/lib/firefox-&firefox-version; and
/usr/share/idl/firefox-&firefox-version;</seg>
</seglistitem>
</segmentedlist>
<sect2><title>Description</title>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<sect3><title>firefox</title>
<para><command>firefox</command> is the
next-generation browser from Mozilla.</para></sect3>
<varlistentry id="firefox-prog">
<term><command>firefox</command></term>
<listitem><para>is the next-generation browser from Mozilla.</para>
<indexterm zone="firefox firefox-prog">
<primary sortas="b-firefox">firefox</primary>
</indexterm></listitem>
</varlistentry>
</variablelist>
</sect2>