Browse Source

Remove unneded vim patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8717 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 17 years ago
parent
commit
1b12edf6d4
2 changed files with 4 additions and 4 deletions
  1. 2 2
      chapter06/vim.xml
  2. 2 2
      patches.ent

+ 2 - 2
chapter06/vim.xml

@@ -59,7 +59,7 @@
     </para>
     </para>
 
 
 <screen><userinput remap="pre">patch -Np1 -i ../&vim-fixes-patch;</userinput></screen>
 <screen><userinput remap="pre">patch -Np1 -i ../&vim-fixes-patch;</userinput></screen>
-
+<!--
     <para>This version of Vim installs translated man pages and places
     <para>This version of Vim installs translated man pages and places
     them into directories that will not be searched by Man-DB. Patch Vim
     them into directories that will not be searched by Man-DB. Patch Vim
     so that it installs its man pages into searchable directories and
     so that it installs its man pages into searchable directories and
@@ -67,7 +67,7 @@
     at run-time:</para>
     at run-time:</para>
 
 
 <screen><userinput remap="pre">patch -Np1 -i ../&vim-mandir-patch;</userinput></screen>
 <screen><userinput remap="pre">patch -Np1 -i ../&vim-mandir-patch;</userinput></screen>
-
+-->
     <para>Change the default location of the
     <para>Change the default location of the
     <filename>vimrc</filename> configuration file to <filename
     <filename>vimrc</filename> configuration file to <filename
     class="directory">/etc</filename>:</para>
     class="directory">/etc</filename>:</para>

+ 2 - 2
patches.ent

@@ -145,7 +145,7 @@
 <!ENTITY vim-fixes-patch-md5 "4b526f493995d2eb6fd415eb62ff43d8">
 <!ENTITY vim-fixes-patch-md5 "4b526f493995d2eb6fd415eb62ff43d8">
 <!ENTITY vim-fixes-patch-size "29.3 KB">
 <!ENTITY vim-fixes-patch-size "29.3 KB">
 
 
-<!ENTITY vim-mandir-patch "vim-&vim-version;-mandir-1.patch">
+<!-- <!ENTITY vim-mandir-patch "vim-&vim-version;-mandir-1.patch">
 <!ENTITY vim-mandir-patch-md5 "b6426eb4192faba1e867ddd502323f5b">
 <!ENTITY vim-mandir-patch-md5 "b6426eb4192faba1e867ddd502323f5b">
-<!ENTITY vim-mandir-patch-size "4.2 KB"> 
+<!ENTITY vim-mandir-patch-size "4.2 KB"> -->