Changeset dc74128 for BOOK/final-system
- Timestamp:
- Jun 3, 2014, 3:45:36 AM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- 213ad522
- Parents:
- 586e0d4
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/vim.xml
r586e0d4 rdc74128 66 66 <screen os="k"><userinput>make HELPSUBLOC=/usr/share/doc/vim-&vim-version; install</userinput></screen> 67 67 68 <para os="l">Many users are accustomed to using <command>vi</command> 68 <variablelist os="l"> 69 <title>The meaning of the make option:</title> 70 71 <varlistentry> 72 <term><parameter>HELPSUBLOC=/usr/share/doc/vim-&vim-version;</parameter></term> 73 <listitem> 74 <para>Tells Vim to install its documentation into 75 <filename class="directory">/usr/share/doc/vim-&vim-version;</filename> 76 instead of 77 <filename class="directory">/usr/share/vim/vim&vim-version2;/doc</filename>.</para> 78 </listitem> 79 </varlistentry> 80 81 </variablelist> 82 83 <para os="m">Many users are accustomed to using <command>vi</command> 69 84 instead of <command>vim</command>. Some programs, such as 70 85 <command>vigr</command> and <command>vipw</command>, also use … … 73 88 and allow programs that use <command>vi</command> to work:</para> 74 89 75 <screen os=" m"><userinput>ln -sv vim /usr/bin/vi</userinput></screen>76 77 <para os=" n">If an X Window System is going to be installed on the CLFS90 <screen os="n"><userinput>ln -sv vim /usr/bin/vi</userinput></screen> 91 92 <para os="o">If an X Window System is going to be installed on the CLFS 78 93 system, you may want to recompile Vim after installing X. Vim 79 94 comes with a GUI version of the editor that requires X and some -
BOOK/final-system/multilib/vim.xml
r586e0d4 rdc74128 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 92 96 </sect2> 93 97
Note:
See TracChangeset
for help on using the changeset viewer.