diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index d65ea8d2b..f73601d59 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -35,6 +35,17 @@
-->
+
+ 2014-06-30
+
+
+ [Chris] - Install Vim documentation to /usr/share/doc
+ instead of creating a symlink there. Fixes
+ #3617.
+
+
+
+
2014-06-28
diff --git a/chapter06/vim.xml b/chapter06/vim.xml
index c5b3d0527..d400249be 100644
--- a/chapter06/vim.xml
+++ b/chapter06/vim.xml
@@ -83,7 +83,24 @@
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;
+
+ Tells Vim to install its documentation into
+ /usr/share/doc/vim-&vim-version;
+ instead of
+ /usr/share/&vim-docdir;/doc,
+ for better consistency with the documentation location for other
+ packages.
+
+
+
+
Many users are used to using vi instead of
vim. To allow execution of vim
@@ -96,14 +113,6 @@ for L in /usr/share/man/{,*/}man1/vim.1; do
ln -sv vim.1 $(dirname $L)/vi.1
done
- By default, Vim's documentation is installed in /usr/share/vim. The following symlink
- allows the documentation to be accessed via /usr/share/doc/vim-&vim-version;, making
- it consistent with the location of documentation for other packages:
-
-ln -sv ../&vim-docdir;/doc /usr/share/doc/vim-&vim-version;
-
If an X Window System is going to be installed on the LFS
system, it may be necessary to recompile Vim after installing X. Vim
comes with a GUI version of the editor that requires X and some