Changeset e3c939cc


Ignore:
Timestamp:
02/18/2005 05:57:02 AM (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:
851cc10
Parents:
b77ebfad
Message:

Added indexing tags to Firefox instructions

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb77ebfad re3c939cc  
    1 <!ENTITY day          "17">
     1<!ENTITY day          "18">
    22<!ENTITY month        "02">
    33<!ENTITY year         "2005">
  • xsoft/graphweb/firefox.xml

    rb77ebfad re3c939cc  
    2020<?dbhtml filename="firefox.html" ?>
    2121<title>Firefox-&firefox-version;</title>
     22<indexterm zone="firefox">
     23<primary sortas="a-Firefox">Firefox</primary></indexterm>
    2224
    2325<sect2>
     
    105107            --disable-composer \
    106108            --disable-profilesharing &amp;&amp;
    107 make &amp;&amp;
    108 make install &amp;&amp;
     109make</command></userinput></screen>
     110
     111<para>Now, as the root user:</para>
     112
     113<screen><userinput role='root'><command>make install &amp;&amp;
    109114install -d /usr/include/firefox-&firefox-version;/nss &amp;&amp;
    110115cp -Lf dist/private/nss/*.h dist/public/nss/*.h \
     
    115120<application>libjpeg</application> installed.</para>
    116121
    117 <para>To enable multi-user operation, execute the following:</para>
     122<para>To enable multi-user operation, execute the following as the root
     123user:</para>
    118124
    119125<screen><userinput><command>cd /usr/lib/firefox-&firefox-version; &amp;&amp;
     
    134140<title>Contents</title>
    135141
    136 <para>The <application>Firefox</application> package contains
    137 <command>firefox</command> and numerous browser components, plugins and
    138 extensions.</para>
     142<segmentedlist>
     143<segtitle>Installed Program</segtitle>
     144<segtitle>Installed Libraries</segtitle>
     145<segtitle>Installed Directories</segtitle>
    139146
    140 </sect2>
     147<seglistitem>
     148<seg>firefox</seg>
     149<seg>Numerous libraries, browser components, plugins, extensions and helper
     150modules installed in
     151<filename class='directory'>/usr/lib/firefox-&firefox-version;</filename></seg>
     152<seg>/usr/include/firefox-&firefox-version;,
     153/usr/lib/firefox-&firefox-version; and
     154/usr/share/idl/firefox-&firefox-version;</seg>
     155</seglistitem>
     156</segmentedlist>
    141157
    142 <sect2><title>Description</title>
     158<variablelist>
     159<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     160<?dbfo list-presentation="list"?>
    143161
    144 <sect3><title>firefox</title>
    145 <para><command>firefox</command> is the
    146 next-generation browser from Mozilla.</para></sect3>
     162<varlistentry id="firefox-prog">
     163<term><command>firefox</command></term>
     164<listitem><para>is the next-generation browser from Mozilla.</para>
     165<indexterm zone="firefox firefox-prog">
     166<primary sortas="b-firefox">firefox</primary>
     167</indexterm></listitem>
     168</varlistentry>
     169</variablelist>
    147170
    148171</sect2>
Note: See TracChangeset for help on using the changeset viewer.