mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
Remove obsolete instructions about installing
man pages for optional programs. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8957 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
68460dd084
commit
4982b58204
@ -37,6 +37,29 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>2009-07-08</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Remove obsolete instructions about installing
|
||||
man pages for optional programs. Thanks to Chris Staub for the
|
||||
report and patch. Fixes <ulink url="&lfs-ticket-root;2436">#2436</ulink>.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2009-07-06</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[matthew] - Add description of the --disable-libuud and
|
||||
--disable-blkid parameters for E2fsprogs.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2009-07-04</para>
|
||||
<itemizedlist>
|
||||
|
@ -60,14 +60,6 @@
|
||||
<screen><userinput remap="pre">sed -i -e '1i KEYCODES_PROGS = @KEYCODES_PROGS@' \
|
||||
-e '1i RESIZECONS_PROGS = @RESIZECONS_PROGS@' src/Makefile.in</userinput></screen>
|
||||
|
||||
<para>This version of Kbd will also install man pages for optional programs
|
||||
even if we don't use the <parameter>--enable-optional-progs</parameter>
|
||||
option to build them. Fix this behavior:</para>
|
||||
|
||||
<screen><userinput remap="pre">var=OPTIONAL_PROGS
|
||||
sed -i "s/ifdef $var/ifeq (\$($var),yes)/" man/Makefile.in
|
||||
unset var</userinput></screen>
|
||||
|
||||
<para>Prepare Kbd for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr --datadir=/lib/kbd</userinput></screen>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20090706">
|
||||
<!ENTITY releasedate "July 6, 2009">
|
||||
<!ENTITY version "SVN-20090708">
|
||||
<!ENTITY releasedate "July 8, 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