Ignore:
Timestamp:
01/31/2005 02:43:49 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:
0015654c
Parents:
00e4e18
Message:

Added indexing tags to libgail-gnome, libgnomecups and Java Access Bridge

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/libgnomecups.xml

    r00e4e18 r71cdd2e3  
    2020<?dbhtml filename="libgnomecups.html"?>
    2121<title>libgnomecups-&libgnomecups-version;</title>
     22<indexterm zone="libgnomecups">
     23<primary sortas="a-libgnomecups">libgnomecups</primary></indexterm>
    2224
    2325<sect2>
     
    5961
    6062<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
    61 make &amp;&amp;
    62 make install</command></userinput></screen>
     63make</command></userinput></screen>
     64
     65<para>Now, as the root user:</para>
     66
     67<screen><userinput role='root'><command>make install</command></userinput></screen>
    6368
    6469</sect2>
     
    6772<title>Contents</title>
    6873
    69 <para>The <application>libgnomecups</application> package contains
    70 <filename class='libraryfile'>libgnomecups</filename> libraries.</para>
     74<segmentedlist>
     75<segtitle>Installed Programs</segtitle>
     76<segtitle>Installed Library</segtitle>
     77<segtitle>Installed Directory</segtitle>
    7178
    72 </sect2>
     79<seglistitem>
     80<seg>None</seg>
     81<seg>libgnomecups-1.0.[so,a]</seg>
     82<seg>$GNOME_PREFIX/include/libgnomecups-1</seg>
     83</seglistitem>
     84</segmentedlist>
    7385
    74 <sect2><title>Description</title>
     86<variablelist>
     87<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     88<?dbfo list-presentation="list"?>
    7589
    76 <sect3><title>libgnomecups libraries</title>
    77 <para><filename class='libraryfile'>libgnomecups</filename> libraries are used
    78 to wrap the <application><acronym>CUPS</acronym></application>
    79 <acronym>API</acronym> in a <application>GLib</application> type
    80 interface.</para>
    81 </sect3>
     90<varlistentry id="libgnomecups-lib">
     91<term><filename class='libraryfile'>libgnomecups-1.0.[so,a]</filename></term>
     92<listitem><para>libraries are used to wrap the
     93<application><acronym>CUPS</acronym></application> <acronym>API</acronym> in a
     94<application>GLib</application> type interface.</para>
     95<indexterm zone="libgnomecups libgnomecups-lib">
     96<primary sortas="c-libgnomecups">libgnomecups-1.0.[so,a]</primary>
     97</indexterm></listitem>
     98</varlistentry>
     99</variablelist>
    82100
    83101</sect2>
Note: See TracChangeset for help on using the changeset viewer.