- Timestamp:
- Aug 5, 2014, 10:11:29 AM (10 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- 06d0c6b
- Parents:
- 8b80c22
- git-author:
- Chris Staub <chris@…> (08/05/14 08:45:41)
- git-committer:
- Chris Staub <chris@…> (08/05/14 10:11:29)
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/vim.xml
r8b80c22 r6a2df0f 64 64 <para os="j">Install the package:</para> 65 65 66 <screen os="k"><userinput>make HELPSUBLOC=/usr/share/doc/vim-&vim-version;install</userinput></screen>66 <screen os="k"><userinput>make install</userinput></screen> 67 67 68 68 <para os="l">Many users are accustomed to using <command>vi</command> … … 75 75 <screen os="m"><userinput>ln -sv vim /usr/bin/vi</userinput></screen> 76 76 77 <para os="n">If an X Window System is going to be installed on the CLFS 77 <para os="n">By default, Vim's documentation is installed in 78 <filename class="directory">/usr/share/vim</filename>. The following symlink 79 allows the documentation to be accessed via 80 <filename class="directory">/usr/share/doc/vim-&vim-version;</filename>, making 81 it consistent with the location of documentation for other packages:</para> 82 83 <screen os="o"><userinput>ln -sv ../vim/vim&vim-version2;/doc /usr/share/doc/vim-&vim-version;</userinput></screen> 84 85 <para os="p">If an X Window System is going to be installed on the CLFS 78 86 system, you may want to recompile Vim after installing X. Vim 79 87 comes with a GUI version of the editor that requires X and some … … 141 149 <segmentedlist> 142 150 <segtitle>Installed programs</segtitle> 143 <segtitle>Installed director ies</segtitle>151 <segtitle>Installed directory</segtitle> 144 152 145 153 <seglistitem> … … 148 156 tcltags, vi (link to vim), view (link to vim), vim, vim132, vim2html.pl, 149 157 vimdiff (link to vim), vimm, vimspell.sh, vimtutor, xxd</seg> 150 <seg>/usr/share/vim , /usr/share/doc/vim-&vim-version;</seg>158 <seg>/usr/share/vim</seg> 151 159 </seglistitem> 152 160 </segmentedlist> -
BOOK/final-system/multilib/vim.xml
r8b80c22 r6a2df0f 90 90 xpointer="xpointer(//*[@os='n'])"/> 91 91 92 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 93 href="../common/vim.xml" 94 xpointer="xpointer(//*[@os='o'])"/> 95 96 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 97 href="../common/vim.xml" 98 xpointer="xpointer(//*[@os='p'])"/> 99 92 100 </sect2> 93 101
Note:
See TracChangeset
for help on using the changeset viewer.