diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-08-12 18:49:43 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-08-12 18:49:43 +0000 |
commit | 4398c2211afac1d6ec96e369379db6e7f0c97e8a (patch) | |
tree | 7f919f1012763045c47f8299b84130c1ad429601 | |
parent | a9cb4756574b76251ef1608d7dcc3f24c3b81b67 (diff) |
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
-rw-r--r-- | chapter01/changelog.xml | 13 | ||||
-rw-r--r-- | chapter06/udev.xml | 10 | ||||
-rw-r--r-- | chapter07/symlinks.xml | 3 | ||||
-rw-r--r-- | chapter07/udev.xml | 3 | ||||
-rw-r--r-- | general.ent | 4 |
5 files changed, 28 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 7be0095c7..1b993276d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -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> diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 06999f333..366819dc7 100644 --- a/chapter06/udev.xml +++ b/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> @@ -94,6 +95,15 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen> </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 diff --git a/chapter07/symlinks.xml b/chapter07/symlinks.xml index 065a62f5b..3242f1795 100644 --- a/chapter07/symlinks.xml +++ b/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> diff --git a/chapter07/udev.xml b/chapter07/udev.xml index b4f623ce5..468a5035f 100644 --- a/chapter07/udev.xml +++ b/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> diff --git a/general.ent b/general.ent index f2dabbf55..8a50ed7e8 100644 --- a/general.ent +++ b/general.ent @@ -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 – --> <!ENTITY milestone "6.5"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |