From a5ebf89e5b0918e10060fbca0c86f299e5db801f Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 6 Nov 2005 18:37:36 +0000 Subject: Install Vim's documentation to /usr/share/doc/vim-6.4 instead of the default /usr/share/vim/vim64/doc git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7130 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/vim.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 15d53e47e..a947e0a67 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -75,7 +75,25 @@ redirecting the output to a log file. Install the package: -make install +make HELPSUBLOC=/usr/share/doc/vim-&vim-version; install + +The meaning of the make option: + + + + HELPSUBLOC=/usr/share/doc/vim-&vim-version; + + + This defines the directory that Vim's documentation will be + installed in. By default, Vim's documentation is installed in the + /usr/share/vim hierarchy. Other + packages install their documentation in the + /usr/share/doc hierarchy, so the + HELPSUBLOC option is used to ensure consistency. + + + + Many users are used to using vi instead of vim. To allow execution of vim -- cgit v1.2.3-54-g00ecf