Bladeren bron

Added switch to install udev documentation in the
proper versioned directory.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9035 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Bruce Dubbs 16 jaren geleden
bovenliggende
commit
c711a6187d
5 gewijzigde bestanden met toevoegingen van 28 en 5 verwijderingen
  1. 12 1
      chapter01/changelog.xml
  2. 10 0
      chapter06/udev.xml
  3. 2 1
      chapter07/symlinks.xml
  4. 2 1
      chapter07/udev.xml
  5. 2 2
      general.ent

+ 12 - 1
chapter01/changelog.xml

@@ -36,6 +36,18 @@
     </listitem>
 
 -->
+    <listitem>
+      <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>
@@ -57,7 +69,6 @@
       </itemizedlist>
     </listitem>
 
-
     <listitem>
       <para>2009-07-28</para>
       <itemizedlist>

+ 10 - 0
chapter06/udev.xml

@@ -64,6 +64,7 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
 <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>
@@ -93,6 +94,15 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
         </listitem>
       </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>

+ 2 - 1
chapter07/symlinks.xml

@@ -146,7 +146,8 @@ EOF</userinput></screen>
     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>
 

+ 2 - 1
chapter07/udev.xml

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

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20090729">
-<!ENTITY releasedate "July 29, 2009">
+<!ENTITY version "SVN-20090801">
+<!ENTITY releasedate "August 1, 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}]" -->