Author: randy
Date: 2005-03-27 10:17:05 -0700 (Sun, 27 Mar 2005)
New Revision: 3593

Modified:
   trunk/BOOK/x/lib/freeglut.xml
Log:
Added documentation installation to freeglut instructions

Modified: trunk/BOOK/x/lib/freeglut.xml
===================================================================
--- trunk/BOOK/x/lib/freeglut.xml       2005-03-27 16:10:01 UTC (rev 3592)
+++ trunk/BOOK/x/lib/freeglut.xml       2005-03-27 17:17:05 UTC (rev 3593)
@@ -8,8 +8,8 @@
   <!ENTITY freeglut-download-ftp 
"ftp://ftp.freestandards.org/pub/lsb/app-battery/packages/freeglut-&freeglut-version;.tar.gz";>
   <!ENTITY freeglut-md5sum        "9439b8745f443131c2dad00bc93dc0ef">
   <!ENTITY freeglut-size          "379 KB">
-  <!ENTITY freeglut-buildsize     "6.0 MB">
-  <!ENTITY freeglut-time          "0.13 SBU">
+  <!ENTITY freeglut-buildsize     "6.3 MB">
+  <!ENTITY freeglut-time          "0.14 SBU">
 ]>
 
 <sect1 id="freeglut" xreflabel="freeglut-&freeglut-version;">
@@ -21,7 +21,7 @@
 <title>freeglut-&freeglut-version;</title>
 
 <indexterm zone="freeglut">
-  <primary sortas="a-freeglut">freeglut</primary>
+  <primary sortas="a-Freeglut">Freeglut</primary>
 </indexterm>
 
 <sect2>
@@ -30,8 +30,9 @@
 <para><application>freeglut</application> is intended to be a 100% compatible,
 completely opensourced clone of the <acronym>GLUT</acronym> library.
 <acronym>GLUT</acronym> is a window system independent toolkit for
-writing OpenGL programs, implementing a simple windowing API, which
-makes learning about and exploring OpenGL programming very easy.</para>
+writing OpenGL programs, implementing a simple windowing 
+<acronym>API</acronym>, which makes learning about and exploring OpenGL 
+programming very easy.</para>
 
 <sect3><title>Package information</title>
 <itemizedlist spacing="compact">
@@ -63,7 +64,10 @@
 
 <para>Now, as the root user:</para>
  
-<screen><userinput role='root'><command>make 
install</command></userinput></screen>
+<screen><userinput role='root'><command>make install &amp;&amp;
+install -v -d -m755 /usr/share/doc/freeglut-&freeglut-version; &amp;&amp;
+install -v -m644 doc/freeglut_user_interface.html \
+    /usr/share/doc/freeglut-&freeglut-version;</command></userinput></screen>
 
 </sect2>
 
@@ -78,7 +82,7 @@
   <seglistitem>
     <seg>None</seg>
     <seg>libglut.{so,a}</seg>
-    <seg>None</seg>
+    <seg>/usr/share/doc/freeglut-&freeglut-version;</seg>
   </seglistitem>
 </segmentedlist>
  
@@ -87,11 +91,11 @@
   <?dbfo list-presentation="list"?>
 
 <varlistentry id="libglut">
-  <term><filename class='libraryfile'>libglut.{so,a}</filename></term>
+  <term><filename class='libraryfile'>libglut.[so,a]</filename></term>
   <listitem>
     <para>contains functions that implement the OpenGL Utility Toolkit.</para>
     <indexterm zone="freeglut libglut">
-      <primary sortas="c-libglut">libglut.{so,a}</primary>
+      <primary sortas="c-libglut">libglut.[so,a]</primary>
     </indexterm>
   </listitem>
 </varlistentry>

-- 
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