Author: manuel
Date: 2005-05-01 05:34:44 -0600 (Sun, 01 May 2005)
New Revision: 3913

Modified:
   trunk/BOOK/general/genlib/libglade.xml
   trunk/BOOK/general/genlib/libidl.xml
Log:
Tagged libidl.xml

Modified: trunk/BOOK/general/genlib/libglade.xml
===================================================================
--- trunk/BOOK/general/genlib/libglade.xml      2005-05-01 11:29:29 UTC (rev 
3912)
+++ trunk/BOOK/general/genlib/libglade.xml      2005-05-01 11:34:44 UTC (rev 
3913)
@@ -110,6 +110,7 @@
     <variablelist>
       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
       <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
       
       <varlistentry id="libglade-convert">
         <term><command>libglade-convert</command></term>

Modified: trunk/BOOK/general/genlib/libidl.xml
===================================================================
--- trunk/BOOK/general/genlib/libidl.xml        2005-05-01 11:29:29 UTC (rev 
3912)
+++ trunk/BOOK/general/genlib/libidl.xml        2005-05-01 11:34:44 UTC (rev 
3913)
@@ -4,112 +4,127 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-<!ENTITY libidl-download-http 
"http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-&libidl-version;.tar.bz2";>
-<!ENTITY libidl-download-ftp 
"ftp://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-&libidl-version;.tar.bz2";>
-<!ENTITY libidl-md5sum "c63f6513dc7789d0575bea02d62d58d7">
-<!ENTITY libidl-size "332 KB">
-<!ENTITY libidl-buildsize "4.9 MB">
-<!ENTITY libidl-time "0.13 SBU">
+  <!ENTITY libidl-download-http 
"http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-&libidl-version;.tar.bz2";>
+  <!ENTITY libidl-download-ftp 
"ftp://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-&libidl-version;.tar.bz2";>
+  <!ENTITY libidl-md5sum "c63f6513dc7789d0575bea02d62d58d7">
+  <!ENTITY libidl-size "332 KB">
+  <!ENTITY libidl-buildsize "4.9 MB">
+  <!ENTITY libidl-time "0.13 SBU">
 ]>
 
 <sect1 id="libidl" xreflabel="libIDL-&libidl-version;">
-<sect1info>
-<othername>$LastChangedBy$</othername>
-<date>$Date$</date>
-</sect1info>
-<?dbhtml filename="libIDL.html"?>
-<title>libIDL-&libidl-version;</title>
-<indexterm zone="libidl">
-<primary sortas="a-LibIDL">LibIDL</primary></indexterm>
+  <?dbhtml filename="libIDL.html"?>
+  
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+  
+  <title>LibIDL-&libidl-version;</title>
+  
+  <indexterm zone="libidl">
+    <primary sortas="a-LibIDL">LibIDL</primary>
+  </indexterm>
 
-<sect2>
-<title>Introduction to 
-<application>lib<acronym>IDL</acronym></application></title>
+  <sect2 role="package">
+    <title>Introduction to LibIDL</title>
+    
+    <para>The <application>libIDL</application> package 
+    contains libraries for Interface Definition Language files. This is a 
+    specification for defining portable interfaces.</para>
+    
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>Download (HTTP): <ulink url="&libidl-download-http;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download (FTP): <ulink url="&libidl-download-ftp;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download MD5 sum: &libidl-md5sum;</para>
+      </listitem>
+      <listitem>
+        <para>Download size: &libidl-size;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated disk space required: &libidl-buildsize;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated build time: &libidl-time;</para>
+      </listitem>
+    </itemizedlist>
+    
+    <bridgehead renderas="sect3">LibIDL Dependencies</bridgehead>
+    
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para><xref linkend="glib2"/></para>
+    
+  </sect2>
+  
+  <sect2 role="installation">
+    <title>Installation of LibIDL</title>
 
-<para>The <application>lib<acronym>IDL</acronym></application> package 
-contains libraries for Interface Definition Language files. This is a 
-specification for defining portable interfaces.</para>
+    <para>Install <application>libIDL</application> by running 
+    the following commands:</para>
 
-<sect3><title>Package information</title>
-<itemizedlist spacing='compact'>
-<listitem><para>Download (HTTP): <ulink
-url="&libidl-download-http;"/></para></listitem>
-<listitem><para>Download (FTP): <ulink
-url="&libidl-download-ftp;"/></para></listitem>
-<listitem><para>Download MD5 sum: &libidl-md5sum;</para></listitem>
-<listitem><para>Download size: &libidl-size;</para></listitem>
-<listitem><para>Estimated disk space required:
-&libidl-buildsize;</para></listitem>
-<listitem><para>Estimated build time:
-&libidl-time;</para></listitem></itemizedlist>
-</sect3>
+<screen><userinput>./configure --prefix=/usr &amp;&amp;
+make</userinput></screen>
 
-<sect3><title><application>lib<acronym>IDL</acronym></application> 
-dependencies</title>
-<sect4><title>Required</title>
-<para><xref linkend="glib2"/></para>
-</sect4>
-</sect3>
+    <para>This package does not come with a test suite.</para>
+    
+    <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
+    
+<screen role="root"><userinput>make install</userinput></screen>
+    
+  </sect2>
+  
+  <sect2 role="content">
+    <title>Contents</title>
 
-</sect2>
+    <segmentedlist>
+      <segtitle>Installed Program</segtitle>
+      <segtitle>Installed Library</segtitle>
+      <segtitle>Installed Directory</segtitle>
+      
+      <seglistitem>
+        <seg>libIDL-config-2</seg>
+        <seg>libIDL-2.[so,a]</seg>
+        <seg>/usr/include/libIDL-2.0/libIDL</seg>
+      </seglistitem>
+    </segmentedlist>
+    
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
+      
+      <varlistentry id="libIDL-config-2">
+        <term><command>libIDL-config-2</command></term>
+        <listitem>
+          <para>determines the compile and linker flags that should be used to 
+          compile and link programs that use 
+          <filename class="libraryfile">libIDL-2</filename>.</para>
+          <indexterm zone="libidl libIDL-config-2">
+            <primary sortas="b-libIDL-config-2">libIDL-config-2</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+      
+      <varlistentry id="libIDL-2">
+        <term><filename class="libraryfile">libIDL-2.[so,a]</filename></term>
+        <listitem>
+          <para>libraries provide the functions to create and maintain
+          trees of CORBA Interface Definition Language
+          (IDL) files.</para>
+          <indexterm zone="libidl libIDL-2">
+            <primary sortas="c-libIDL-2">libIDL-2.[so,a]</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+    
+    </variablelist>
 
-<sect2>
-<title>Installation of 
-<application>lib<acronym>IDL</acronym></application></title>
+  </sect2>
 
-<para>Install <application>lib<acronym>IDL</acronym></application> by running 
-the following commands:</para>
-
-<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
-make</command></userinput></screen>
-
-<para>This package does not come with a test suite.</para>
-
-<para>Now, as the root user:</para>
-
-<screen><userinput role="root"><command>make 
install</command></userinput></screen>
-
-</sect2>
-
-<sect2>
-<title>Contents</title>
-
-<segmentedlist>
-<segtitle>Installed Program</segtitle>
-<segtitle>Installed Libraries</segtitle>
-<segtitle>Installed Directory</segtitle>
-<seglistitem>
-<seg>libIDL-config-2</seg>
-<seg>libIDL-2.[so,a]</seg>
-<seg>/usr/include/libIDL-2.0/libIDL</seg>
-</seglistitem>
-</segmentedlist>
-
-<variablelist>
-<bridgehead renderas="sect3">Short Descriptions</bridgehead>
-<?dbfo list-presentation="list"?>
-
-<varlistentry id="libIDL-config-2">
-<term><command>libIDL-config-2</command></term>
-<listitem><para>determines the compile and linker flags that should be used to 
-compile and link programs that use 
-<filename class="libraryfile">libIDL-2</filename>.</para>
-<indexterm zone="libidl libIDL-config-2">
-<primary sortas="b-libIDL-config-2">libIDL-config-2</primary></indexterm>
-</listitem>
-</varlistentry>
-
-<varlistentry id="libIDL-2">
-<term><filename class="libraryfile">libIDL-2.[so,a]</filename></term>
-<listitem><para>libraries provide the functions to create and maintain
-trees of <acronym>CORBA</acronym> Interface Definition Language
-(<acronym>IDL</acronym>) files.</para>
-<indexterm zone="libidl libIDL-2">
-<primary sortas="c-libIDL-2">libIDL-2.[so,a]</primary></indexterm>
-</listitem>
-</varlistentry>
-</variablelist>
-
-</sect2>
-
 </sect1>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to