Author: matthew
Date: 2009-08-12 12:49:43 -0600 (Wed, 12 Aug 2009)
New Revision: 9036

Modified:
   branches/6.5/BOOK/chapter01/changelog.xml
   branches/6.5/BOOK/chapter06/udev.xml
   branches/6.5/BOOK/chapter07/symlinks.xml
   branches/6.5/BOOK/chapter07/udev.xml
   branches/6.5/BOOK/general.ent
Log:
Added switch to install udev documentation in the proper versioned directory. 
Fixes #2459.

Modified: branches/6.5/BOOK/chapter01/changelog.xml
===================================================================
--- branches/6.5/BOOK/chapter01/changelog.xml   2009-08-01 04:31:13 UTC (rev 
9035)
+++ branches/6.5/BOOK/chapter01/changelog.xml   2009-08-12 18:49:43 UTC (rev 
9036)
@@ -40,6 +40,18 @@
       <para>2009-07-29</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Added switch to install udev documentation in the 
+          proper versioned directory.
+          Fixes
+          <ulink url="&lfs-ticket-root;2459">#2459</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
+      <para>2009-07-29</para>
+      <itemizedlist>
+        <listitem>
           <para>[matthew] - Correct and clarify some of the explanatory text in
           the toolchain technical notes. Fixes
           <ulink url="&lfs-ticket-root;2461">#2461</ulink>.</para>
@@ -57,7 +69,6 @@
       </itemizedlist>
     </listitem>
 
-
     <listitem>
       <para>2009-07-28</para>
       <itemizedlist>

Modified: branches/6.5/BOOK/chapter06/udev.xml
===================================================================
--- branches/6.5/BOOK/chapter06/udev.xml        2009-08-01 04:31:13 UTC (rev 
9035)
+++ branches/6.5/BOOK/chapter06/udev.xml        2009-08-12 18:49:43 UTC (rev 
9036)
@@ -64,6 +64,7 @@
 <screen><userinput remap="configure">./configure --prefix=/usr \
     --sysconfdir=/etc --sbindir=/sbin \
     --with-rootlibdir=/lib --libexecdir=/lib/udev \
+    --docdir=/usr/share/doc/udev-&udev-version; \
     --disable-extras</userinput></screen>
 
     <variablelist>
@@ -94,6 +95,15 @@
       </varlistentry>
 
       <varlistentry>
+        
<term><parameter>--docdir=/usr/share/doc/udev-&udev-version;</parameter></term>
+        <listitem>
+          <para>This option installs the Udev documentation in the
+          proper location with the naming convention consistent with 
+          other packages.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
         <term><parameter>--disable-extras</parameter></term>
         <listitem>
           <para>This option prevents Udev from installing helper programs and

Modified: branches/6.5/BOOK/chapter07/symlinks.xml
===================================================================
--- branches/6.5/BOOK/chapter07/symlinks.xml    2009-08-01 04:31:13 UTC (rev 
9035)
+++ branches/6.5/BOOK/chapter07/symlinks.xml    2009-08-12 18:49:43 UTC (rev 
9036)
@@ -146,7 +146,8 @@
     device.</para>
 
     <para>More information on writing Udev rules can be found in
-    <filename>/usr/share/doc/udev-&udev-version;/index.html</filename>.</para>
+    
<filename>/usr/share/doc/udev-&udev-version;/writing_udev_rules/index.html</filename>.
+    </para>
 
  </sect2>
 

Modified: branches/6.5/BOOK/chapter07/udev.xml
===================================================================
--- branches/6.5/BOOK/chapter07/udev.xml        2009-08-01 04:31:13 UTC (rev 
9035)
+++ branches/6.5/BOOK/chapter07/udev.xml        2009-08-12 18:49:43 UTC (rev 
9036)
@@ -136,7 +136,8 @@
       it will default permissions to <emphasis>660</emphasis> and ownership to
       <emphasis>root:root</emphasis>. Documentation on the syntax of the Udev
       rules configuration files are available in
-      <filename>/usr/share/doc/udev-&udev-version;/index.html</filename></para>
+      
<filename>/usr/share/doc/udev-&udev-version;/writing_udev_rules/index.html</filename>
+      </para>
 
     </sect3>
 

Modified: branches/6.5/BOOK/general.ent
===================================================================
--- branches/6.5/BOOK/general.ent       2009-08-01 04:31:13 UTC (rev 9035)
+++ branches/6.5/BOOK/general.ent       2009-08-12 18:49:43 UTC (rev 9036)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20090728">
-<!ENTITY releasedate "July 28, 2009">
+<!ENTITY version "SVN-20090812">
+<!ENTITY releasedate "August 12, 2009">
 <!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "6.5">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->

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

Reply via email to