Author: jhuntwork
Date: 2006-05-27 10:48:28 -0600 (Sat, 27 May 2006)
New Revision: 7630
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter01/whatsnew.xml
trunk/BOOK/chapter03/patches.xml
trunk/BOOK/chapter06/vim.xml
trunk/BOOK/general.ent
trunk/BOOK/patches.ent
Log:
Correct Vim's installation of man pages to work well with Man-DB.
Patch from Alexander Patrakov and Ag Hatzim.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2006-05-26 10:10:25 UTC (rev 7629)
+++ trunk/BOOK/chapter01/changelog.xml 2006-05-27 16:48:28 UTC (rev 7630)
@@ -37,6 +37,16 @@
-->
<listitem>
+ <para>May 27, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[jhuntwork] - Correct Vim's installation of man pages to work
+ well with Man-DB. Patch from Alexander Patrakov and Ag Hatzim.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>May 26, 2006</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml 2006-05-26 10:10:25 UTC (rev 7629)
+++ trunk/BOOK/chapter01/whatsnew.xml 2006-05-27 16:48:28 UTC (rev 7630)
@@ -255,6 +255,9 @@
<listitem>
<para>&vim-fixes-patch;</para>
</listitem>
+ <listitem>
+ <para>&vim-mandir-patch;</para>
+ </listitem>
</itemizedlist>
<itemizedlist>
Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml 2006-05-26 10:10:25 UTC (rev 7629)
+++ trunk/BOOK/chapter03/patches.xml 2006-05-27 16:48:28 UTC (rev 7630)
@@ -275,6 +275,14 @@
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>Vim Man Directories Patch -
<token>&vim-mandir-patch-size;</token>:</term>
+ <listitem>
+ <para>Download: <ulink url="&patches-root;&vim-mandir-patch;"/></para>
+ <para>MD5 sum: <literal>&vim-mandir-patch-md5;</literal></para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
<para>Total size of these patches: about <returnvalue/></para>
Modified: trunk/BOOK/chapter06/vim.xml
===================================================================
--- trunk/BOOK/chapter06/vim.xml 2006-05-26 10:10:25 UTC (rev 7629)
+++ trunk/BOOK/chapter06/vim.xml 2006-05-27 16:48:28 UTC (rev 7630)
@@ -51,7 +51,15 @@
<screen><userinput>patch -Np1 -i ../&vim-fixes-patch;</userinput></screen>
- <para>Next, change the default location of the
+ <para>This version of Vim installs translated man pages and places
+ them into directories that will not be searched by Man-DB. Patch Vim
+ so that it installs its man pages into searchable directories and
+ ultimately allows Man-DB to transcode the page into the desired format
+ at run-time:</para>
+
+<screen><userinput>patch -Np1 -i ../&vim-mandir-patch;</userinput></screen>
+
+ <para>Finally, change the default location of the
<filename>vimrc</filename> configuration file to <filename
class="directory">/etc</filename>:</para>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-05-26 10:10:25 UTC (rev 7629)
+++ trunk/BOOK/general.ent 2006-05-27 16:48:28 UTC (rev 7630)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20060526">
-<!ENTITY releasedate "May 26, 2006">
+<!ENTITY version "SVN-20060527">
+<!ENTITY releasedate "May 27, 2006">
<!ENTITY milestone "6.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent 2006-05-26 10:10:25 UTC (rev 7629)
+++ trunk/BOOK/patches.ent 2006-05-27 16:48:28 UTC (rev 7630)
@@ -150,3 +150,7 @@
<!ENTITY vim-fixes-patch "vim-&vim-version;-fixes-3.patch">
<!ENTITY vim-fixes-patch-md5 "ed158ebfb653b797b642fbff175addea">
<!ENTITY vim-fixes-patch-size "18 KB">
+
+<!ENTITY vim-mandir-patch "vim-&vim-version;-mandir-1.patch">
+<!ENTITY vim-mandir-patch-md5 "40bcd2845c9cee95ff965a0e1fafad79">
+<!ENTITY vim-mandir-patch-size "4.2 KB">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page