Author: rdaniels
Date: 2008-03-27 03:05:41 -0600 (Thu, 27 Mar 2008)
New Revision: 7324

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/xine-lib.xml
   trunk/BOOK/multimedia/videoutils/xine-ui.xml
Log:
Put xine-lib and xine-ui docs in versioned directories

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2008-03-27 05:35:35 UTC 
(rev 7323)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2008-03-27 09:05:41 UTC 
(rev 7324)
@@ -42,6 +42,16 @@
 -->
 
     <listitem>
+      <para>March 27th, 2008</para>
+      <itemizedlist>
+        <listitem>
+          <para>[rdaniels] - Added parameters to xine-lib and xine-ui
+          instructions to place documentation in versioned directories.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>March 26th, 2008</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/multimedia/libdriv/xine-lib.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/xine-lib.xml  2008-03-27 05:35:35 UTC (rev 
7323)
+++ trunk/BOOK/multimedia/libdriv/xine-lib.xml  2008-03-27 09:05:41 UTC (rev 
7324)
@@ -115,7 +115,8 @@
     <para>Install <application>xine Libraries</application> by running the
     following commands:</para>
 
-<screen><userinput>./configure --prefix=/usr --enable-static &amp;&amp;
+<screen><userinput>./configure --prefix=/usr --enable-static \
+            --docdir=/usr/share/doc/xine-lib-&xine-lib-version; &amp;&amp;
 make</userinput></screen>
 
     <!-- <para>Trying to use the locally installed 
<application>FFmpeg</application>
@@ -136,6 +137,11 @@
     <para><option>--enable-static</option>: This switch is used to enable
     building the static library as some programs link against it.</para>
 
+    <para><option>--docdir=/usr/share/xine-lib-&xine-lib-version;</option>:
+    This switch causes the documentation to be installed into a versioned
+    instead of the default 
+    <filename class="directory">/usr/share/doc/xine-lib</filename>.</para>
+
   </sect2>
 
   <sect2 role="content">
@@ -153,7 +159,7 @@
         <seg>Output display engine fonts located in
         /usr/share/xine/libxine1/fonts</seg>
         <seg>/usr/include/xine, /usr/lib/xine, /usr/share/xine, and
-        /usr/share/doc/xine</seg>
+        /usr/share/doc/xine-lib-&xine-lib-version;</seg>
       </seglistitem>
     </segmentedlist>
 

Modified: trunk/BOOK/multimedia/videoutils/xine-ui.xml
===================================================================
--- trunk/BOOK/multimedia/videoutils/xine-ui.xml        2008-03-27 05:35:35 UTC 
(rev 7323)
+++ trunk/BOOK/multimedia/videoutils/xine-ui.xml        2008-03-27 09:05:41 UTC 
(rev 7324)
@@ -86,10 +86,22 @@
 
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
-<screen role="root"><userinput>make install</userinput></screen>
+<screen role="root"><userinput>make 
docsdir=/usr/share/doc/xine-ui-&xine-ui-version; install</userinput></screen>
 
   </sect2>
 
+  <sect2 role="commands">
+    <title>Command Explanations</title>
+    
+    
<para><parameter>docsdir=/usr/share/doc/xine-ui-&xine-ui-version;</parameter>:
+    This parameter causes the <application>Xine UI</application> documentation
+    to be installed in the versioned directory 
+    <filename 
class="directory">/usr/share/doc/xine-ui-&xine-ui-version;</filename>,
+    rather that the default 
+    <filename class="directory">/usr/share/doc/xine-ui</filename>.</para>
+
+  </sect2>
+
   <sect2 role="configuration">
     <title>Configuring Xine User Interface</title>
 
@@ -110,7 +122,7 @@
       <para>The above file is created and maintainable through the
       <command>xine</command> setup dialog box. The documentation for the
       configuration settings is located at
-      <filename>/usr/share/doc/xine-ui/README.config_en</filename>.</para>
+      
<filename>/usr/share/doc/xine-ui-&xine-ui-version;/README.config_en</filename>.</para>
 
     </sect3>
 
@@ -127,7 +139,7 @@
         <seg>aaxine, cacaxine, fbxine, xine, xine-bugreport, xine-check, and
         xine-remote</seg>
         <seg>/usr/share/xine/{desktop,skins,visuals} and
-        /usr/share/doc/{xine-ui,xitk}</seg>
+        /usr/share/doc/xine-ui-&xine-ui-version;</seg>
       </seglistitem>
     </segmentedlist>
 

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