mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
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
This commit is contained in:
parent
2dc4a09ed1
commit
c711a6187d
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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 – -->
|
||||
<!ENTITY milestone "6.5">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
Loading…
Reference in New Issue
Block a user