Correct Vim's installation of man pages to work well with Man-DB.

Patch from Alexander Patrakov and Ag Hatzim.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7630 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Jeremy Huntwork 2006-05-27 16:48:28 +00:00
parent d1bb5db23b
commit 35f2607355
6 changed files with 36 additions and 3 deletions

View File

@ -36,6 +36,16 @@
</listitem>
-->
<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>

View File

@ -255,6 +255,9 @@
<listitem>
<para>&vim-fixes-patch;</para>
</listitem>
<listitem>
<para>&vim-mandir-patch;</para>
</listitem>
</itemizedlist>
<itemizedlist>

View File

@ -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>

View File

@ -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>

View File

@ -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}]" -->

View File

@ -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">