aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-06-05 17:59:15 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-06-05 17:59:15 +0000
commit5111cd577a8f2230b84fb3e4ff806973400721f1 (patch)
tree61e3b9a79f411a95dba4efd84497875c4c8a90fe /chapter06
parent6c75ca3b7f99505fd05b8412593ffc066e806506 (diff)
Replaced hardcoded Vim data directory name by an entity.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8148 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/vim.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml
index 5f8123a96..af694562a 100644
--- a/chapter06/vim.xml
+++ b/chapter06/vim.xml
@@ -112,7 +112,7 @@ done</userinput></screen>
class="directory">/usr/share/doc/vim-&vim-version;</filename>, making
it consistent with the location of documentation for other packages:</para>
-<screen><userinput>ln -sv ../vim/vim70/doc /usr/share/doc/vim-&vim-version;</userinput></screen>
+<screen><userinput>ln -sv ../&vim-docdir;/doc /usr/share/doc/vim-&vim-version;</userinput></screen>
<para>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
@@ -177,7 +177,7 @@ EOF</userinput></screen>
<filename>*.spl</filename> and optionally, the <filename>*.sug</filename>
files for your language and character encoding from <ulink
url="ftp://ftp.vim.org/pub/vim/runtime/spell/"/> and save them to
- <filename class='directory'>/usr/share/vim/vim70/spell/</filename>.</para>
+ <filename class='directory'>/usr/share/&vim-docdir;/spell/</filename>.</para>
<para>To use these spell files, some configuration in
<filename>/etc/vimrc</filename> is needed, e.g.:</para>