mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
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:
parent
d1bb5db23b
commit
35f2607355
@ -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>
|
||||
|
@ -255,6 +255,9 @@
|
||||
<listitem>
|
||||
<para>&vim-fixes-patch;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>&vim-mandir-patch;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<itemizedlist>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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}]" -->
|
||||
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user