Changeset 370f305


Ignore:
Timestamp:
01/30/2005 01:00: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:
d260aaf4
Parents:
ffcbd0d
Message:

Added indexing tags to Gnome Doc Utils

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rffcbd0d r370f305  
    1 <!ENTITY day          "29">
     1<!ENTITY day          "30">
    22<!ENTITY month        "01">
    33<!ENTITY year         "2005">
  • gnome/core/gnome-doc-utils.xml

    rffcbd0d r370f305  
    1313]>
    1414
    15 <sect1 id="gnome-doc-utils" xreflabel="GNOME Doc Utils-&gnome-doc-utils-version;">
     15<sect1 id="gnome-doc-utils"
     16xreflabel="GNOME Doc Utils-&gnome-doc-utils-version;">
    1617<sect1info>
    1718<othername>$LastChangedBy$</othername>
     
    2122<title><application><acronym>GNOME</acronym> Doc
    2223Utils</application>-&gnome-doc-utils-version;</title>
     24<indexterm zone="gnome-doc-utils">
     25<primary sortas="a-GNOME-Doc-Utils">GNOME Doc Utils</primary>
     26</indexterm>
    2327
    2428<sect2>
     
    7377<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    7478    --localstatedir=/var/lib &amp;&amp;
    75 make &amp;&amp;
    76 make install</command></userinput></screen>
     79make</command></userinput></screen>
     80
     81<para>Now, as the root user:</para>
     82
     83<screen><userinput role='root'><command>make install</command></userinput></screen>
    7784
    7885</sect2>
     
    9198<title>Contents</title>
    9299
    93 <para>The <application><acronym>GNOME</acronym> Doc Utils</application>
    94 package contains <command>xml2po</command> and custom DocBook
    95 <acronym>XSLT</acronym> stylesheets.</para>
     100<segmentedlist>
     101<segtitle>Installed Programs</segtitle>
     102<segtitle>Installed Libraries</segtitle>
     103<segtitle>Installed Directories</segtitle>
     104<segtitle>Installed Stylesheets</segtitle>
    96105
    97 </sect2>
     106<seglistitem>
     107<seg>xml2po</seg>
     108<seg>None</seg>
     109<seg>$GNOME_PREFIX/share/gnome-doc-utils,
     110$GNOME_PREFIX/share/gnome/help/gnome-doc-xslt,
     111$GNOME_PREFIX/share/omf/gnome-doc-make,
     112$GNOME_PREFIX/share/omf/gnome-doc-xslt,
     113$GNOME_PREFIX/share/xml and
     114$GNOME_PREFIX/share/xml2po</seg>
     115<seg>Custom DocBook XSLT stylesheets used by Yelp</seg>
     116</seglistitem>
     117</segmentedlist>
    98118
    99 <sect2><title>Description</title>
     119<variablelist>
     120<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     121<?dbfo list-presentation="list"?>
    100122
    101 <sect3><title>xml2po</title>
    102 <para><command>xml2po</command> is a <application>Python</application> script
    103 used to translate <acronym>XML</acronym> documents.</para>
    104 </sect3>
    105 
    106 <sect3><title><acronym>XSLT</acronym> stylesheets</title>
    107 <para><filename>XSLT stylesheets</filename> are used
    108 instead of the Sourceforge maintained stylesheets.</para>
    109 </sect3>
     123<varlistentry id="xml2po">
     124<term><command>xml2po</command></term>
     125<listitem><para>is a <application>Python</application> script used to
     126translate <acronym>XML</acronym> documents.</para>
     127<indexterm zone="gnome-doc-utils xml2po">
     128<primary sortas="b-xml2po">xml2po</primary>
     129</indexterm></listitem>
     130</varlistentry>
     131</variablelist>
    110132
    111133</sect2>
Note: See TracChangeset for help on using the changeset viewer.