Added indexing tags to desktop-file-utils

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3359 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-01-29 20:03:34 +00:00
parent 55d12bcd42
commit a70a18422a

View File

@ -12,13 +12,17 @@
<!ENTITY desktop-file-utils-time "0.07 SBU">
]>
<sect1 id="desktop-file-utils" xreflabel="desktop-file-utils-&desktop-file-utils-version;">
<sect1 id="desktop-file-utils"
xreflabel="desktop-file-utils-&desktop-file-utils-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="desktop-file-utils.html"?>
<title>desktop-file-utils-&desktop-file-utils-version;</title>
<indexterm zone="desktop-file-utils">
<primary sortas="a-Desktop-file-utils">Desktop-file-utils</primary>
</indexterm>
<sect2>
<title>Introduction to <application>desktop-file-utils</application></title>
@ -64,8 +68,11 @@ adhere to the desktop entries standards specification.</para>
following commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
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>
@ -107,27 +114,50 @@ export XDG_DATA_DIRS</userinput></screen>
<sect2>
<title>Contents</title>
<para>The <application>desktop-file-utils</application> package contains
<command>desktop-file-install</command>,
<command>desktop-file-validate</command> and
<command>update-desktop-database</command>.</para>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
</sect2>
<seglistitem>
<seg>desktop-file-install, desktop-file-validate and
update-desktop-database</seg>
<seg>None</seg>
<seg>None</seg>
</seglistitem>
</segmentedlist>
<sect2><title>Description</title>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<sect3><title>desktop-file-install</title>
<para><command>desktop-file-install</command> is used to install a new, or
modify an existing desktop file entry. It is also used to rebuild or modify
the <acronym>MIME</acronym>-types application database.</para></sect3>
<varlistentry id="desktop-file-install">
<term><command>desktop-file-install</command></term>
<listitem><para>is used to install a new, or modify an existing desktop file
entry. It is also used to rebuild or modify the <acronym>MIME</acronym>-types
application database.</para>
<indexterm zone="desktop-file-utils desktop-file-install">
<primary sortas="b-desktop-file-install">desktop-file-install</primary>
</indexterm></listitem>
</varlistentry>
<sect3><title>desktop-file-validate</title>
<para><command>desktop-file-validate</command> is used to verify the integrity
of a desktop file.</para></sect3>
<varlistentry id="desktop-file-validate">
<term><command>desktop-file-validate</command></term>
<listitem><para>is used to verify the integrity of a desktop file.</para>
<indexterm zone="desktop-file-utils desktop-file-validate">
<primary sortas="b-desktop-file-validate">desktop-file-validate</primary>
</indexterm></listitem>
</varlistentry>
<sect3><title>update-desktop-database</title>
<para><command>update-desktop-database</command> is used to update the
<acronym>MIME</acronym>-types application database.</para></sect3>
<varlistentry id="update-desktop-database">
<term><command>update-desktop-database</command></term>
<listitem><para>is used to update the <acronym>MIME</acronym>-types
application database.</para>
<indexterm zone="desktop-file-utils update-desktop-database">
<primary sortas="b-update-desktop-database">update-desktop-database</primary>
</indexterm></listitem>
</varlistentry>
</variablelist>
</sect2>