Changeset 8148

Show
Ignore:
Timestamp:
06/05/07 11:59:15 (1 year ago)
Author:
manuel
Message:

Replaced hardcoded Vim data directory name by an entity.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter06/vim.xml

    r8135 r8148  
    113113    it consistent with the location of documentation for other packages:</para> 
    114114 
    115 <screen><userinput>ln -sv ../vim/vim70/doc /usr/share/doc/vim-&vim-version;</userinput></screen> 
     115<screen><userinput>ln -sv ../&vim-docdir;/doc /usr/share/doc/vim-&vim-version;</userinput></screen> 
    116116 
    117117    <para>If an X Window System is going to be installed on the LFS 
     
    178178      files for your language and character encoding from <ulink 
    179179      url="ftp://ftp.vim.org/pub/vim/runtime/spell/"/> and save them to 
    180       <filename class='directory'>/usr/share/vim/vim70/spell/</filename>.</para> 
     180      <filename class='directory'>/usr/share/&vim-docdir;/spell/</filename>.</para> 
    181181 
    182182      <para>To use these spell files, some configuration in 
  • trunk/BOOK/packages.ent

    r8145 r8148  
    508508 
    509509<!ENTITY vim-version "7.1"> 
     510<!ENTITY vim-docdir "vim/vim71"> 
    510511<!ENTITY vim-size "6,714 KB"> 
    511512<!ENTITY vim-url "ftp://ftp.vim.org/pub/vim/unix/vim-&vim-version;.tar.bz2">