- Timestamp:
- Apr 8, 2014, 7:01:39 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- e6fe94de
- Parents:
- c873165
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/vim.xml
rc873165 r906f724 81 81 <para os="j">Install the package:</para> 82 82 83 <screen os="k"><userinput>make install</userinput></screen>83 <screen os="k"><userinput>make HELPSUBLOC=/usr/share/doc/vim-&vim-version; install</userinput></screen> 84 84 85 85 <para os="l">Many users are accustomed to using <command>vi</command> … … 92 92 <screen os="m"><userinput>ln -sv vim /usr/bin/vi</userinput></screen> 93 93 94 <para os="n">By default, Vim's documentation is installed in 95 <filename class="directory">/usr/share/vim</filename>. The following symlink 96 allows the documentation to be accessed via 97 <filename class="directory">/usr/share/doc/vim-&vim-version;</filename>, making 98 it consistent with the location of documentation for other packages:</para> 99 100 <screen os="o"><userinput>ln -sv ../vim/vim&vim-version2;/doc /usr/share/doc/vim-&vim-version;</userinput></screen> 101 102 <para os="p">If an X Window System is going to be installed on the CLFS 94 <para os="n">If an X Window System is going to be installed on the CLFS 103 95 system, you may want to recompile Vim after installing X. Vim 104 96 comes with a GUI version of the editor that requires X and some … … 166 158 <segmentedlist> 167 159 <segtitle>Installed programs</segtitle> 168 <segtitle>Installed director y</segtitle>160 <segtitle>Installed directories</segtitle> 169 161 170 162 <seglistitem> … … 173 165 tcltags, vi (link to vim), view (link to vim), vim, vim132, vim2html.pl, 174 166 vimdiff (link to vim), vimm, vimspell.sh, vimtutor, and xxd</seg> 175 <seg>/usr/share/vim </seg>167 <seg>/usr/share/vim, /usr/share/doc/vim-&vim-version;</seg> 176 168 </seglistitem> 177 169 </segmentedlist> -
BOOK/final-system/multilib/vim.xml
rc873165 r906f724 94 94 xpointer="xpointer(//*[@os='n'])"/> 95 95 96 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"97 href="../common/vim.xml"98 xpointer="xpointer(//*[@os='o'])"/>99 100 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"101 href="../common/vim.xml"102 xpointer="xpointer(//*[@os='p'])"/>103 104 96 </sect2> 105 97
Note:
See TracChangeset
for help on using the changeset viewer.