From 35f2607355108d834e94c01d802ab9c1473e108a Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Sat, 27 May 2006 16:48:28 +0000 Subject: 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 --- chapter06/vim.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/vim.xml b/chapter06/vim.xml index f10bbd9ab..8df377976 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -51,7 +51,15 @@ patch -Np1 -i ../&vim-fixes-patch; - Next, change the default location of the + 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: + +patch -Np1 -i ../&vim-mandir-patch; + + Finally, change the default location of the vimrc configuration file to /etc: -- cgit v1.2.3-54-g00ecf