Changeset 4398c22


Ignore:
Timestamp:
08/12/2009 06:49:43 PM (15 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
6.5
Children:
df2ca71
Parents:
a9cb4756
Message:

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

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra9cb4756 r4398c22  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[bdubbs] - Added switch to install udev documentation in the
     44          proper versioned directory.
     45          Fixes
     46          <ulink url="&lfs-ticket-root;2459">#2459</ulink>.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
     51    <listitem>
     52      <para>2009-07-29</para>
     53      <itemizedlist>
     54        <listitem>
    4355          <para>[matthew] - Correct and clarify some of the explanatory text in
    4456          the toolchain technical notes. Fixes
     
    5769      </itemizedlist>
    5870    </listitem>
    59 
    6071
    6172    <listitem>
  • chapter06/udev.xml

    ra9cb4756 r4398c22  
    6565    --sysconfdir=/etc --sbindir=/sbin \
    6666    --with-rootlibdir=/lib --libexecdir=/lib/udev \
     67    --docdir=/usr/share/doc/udev-&udev-version; \
    6768    --disable-extras</userinput></screen>
    6869
     
    9192          <para>This controls where Udev-internal rules and helper programs
    9293          are installed.</para>
     94        </listitem>
     95      </varlistentry>
     96
     97      <varlistentry>
     98        <term><parameter>--docdir=/usr/share/doc/udev-&udev-version;</parameter></term>
     99        <listitem>
     100          <para>This option installs the Udev documentation in the
     101          proper location with the naming convention consistent with
     102          other packages.</para>
    93103        </listitem>
    94104      </varlistentry>
  • chapter07/symlinks.xml

    ra9cb4756 r4398c22  
    147147
    148148    <para>More information on writing Udev rules can be found in
    149     <filename>/usr/share/doc/udev-&udev-version;/index.html</filename>.</para>
     149    <filename>/usr/share/doc/udev-&udev-version;/writing_udev_rules/index.html</filename>.
     150    </para>
    150151
    151152 </sect2>
  • chapter07/udev.xml

    ra9cb4756 r4398c22  
    137137      <emphasis>root:root</emphasis>. Documentation on the syntax of the Udev
    138138      rules configuration files are available in
    139       <filename>/usr/share/doc/udev-&udev-version;/index.html</filename></para>
     139      <filename>/usr/share/doc/udev-&udev-version;/writing_udev_rules/index.html</filename>
     140      </para>
    140141
    141142    </sect3>
  • general.ent

    ra9cb4756 r4398c22  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20090728">
    3 <!ENTITY releasedate "July 28, 2009">
     2<!ENTITY version "SVN-20090812">
     3<!ENTITY releasedate "August 12, 2009">
    44<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone "6.5">
Note: See TracChangeset for help on using the changeset viewer.